Search found 2399 matches

by customaware
Wed Apr 17, 2024 1:47 am
Forum: General discussion and questions about Aware IM
Topic: Adding timestamp to EXECUTION_CONTEXTS
Replies: 4
Views: 62

Re: Adding timestamp to EXECUTION_CONTEXTS

I have an event on some of my server that clean it out every night.
by customaware
Wed Apr 17, 2024 1:46 am
Forum: General discussion and questions about Aware IM
Topic: anyone have weird saving issues in Config Tool - v9 ?
Replies: 4
Views: 64

Re: anyone have weird saving issues in Config Tool - v9 ?

I have noticed some strange behaviour..... Changes not sticking.... Entering Icon details and then they disappear. Make changes to a Form that don't stick. It is annoying but just do not have time at the moment to spend on a reproducable demo to send to Awaresoft. Also, Ctrl-S behaves differently to...
by customaware
Sun Apr 14, 2024 10:22 pm
Forum: General discussion and questions about Aware IM
Topic: New internal error message
Replies: 14
Views: 6428

Re: New internal error message

Not sure if this will help but I had some similar issues recently.....and when you are running out of ideas....you never know what might work... For me, I was pulling my hair out but this fixed the issue.... Add the following to the end of your BASServer.props file JMS_BROKER_MEMORY=1000000000 JMS_B...
by customaware
Mon Apr 08, 2024 6:47 am
Forum: General discussion and questions about Aware IM
Topic: Additional ATT00001.htm attachment on emails
Replies: 1
Views: 57

Additional ATT00001.htm attachment on emails

I have an app that sends emails with an Excel File and a PDF Document as attachments.

When it is received, the email has an additional attachment named ATT00001.htm.

Does anybody know what is causing this and how to stop it?
by customaware
Mon Apr 08, 2024 6:45 am
Forum: General discussion and questions about Aware IM
Topic: Annoying Unable to FIND Issue.
Replies: 3
Views: 141

Re: Annoying Unable to FIND Issue.

Thanx Jaymer,

I only added the This just in case it made any difference.

there is Definitely a LeaveAssignment being passed to the process

I will check out the LOG2 CONTEXT suggestion.
by customaware
Sun Apr 07, 2024 1:38 am
Forum: General discussion and questions about Aware IM
Topic: Annoying Unable to FIND Issue.
Replies: 3
Views: 141

Annoying Unable to FIND Issue.

I have a Process as follows..... Inputs are: Employee, NP_Enquiry_Date, LeaveAssignment ThisLeaveAssignment.UsedToENQUIRY_DATE= SUM AbsenceApplicationEvent.EventDays_Temp WHERE ( AbsenceApplicationEvent.ob_Application.ob_Employee = Employee AND AbsenceApplicationEvent.ob_Application.Status <> 'CANCE...
by customaware
Wed Apr 03, 2024 8:07 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 638

Re: HTML in a PDF Report

That's disappointing.

I needed a solution in V8.8 so ended up displaying conditional images
by customaware
Tue Mar 26, 2024 10:55 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 638

Re: HTML in a PDF Report

You need to add a html parameter in your tag

<<mmBO.myAttribute, ‘html’>>
by customaware
Wed Mar 20, 2024 10:24 pm
Forum: General discussion and questions about Aware IM
Topic: Config tool AI?
Replies: 6
Views: 10276

Re: Config tool AI?

BobK wrote: Wed Mar 20, 2024 12:49 pm One of the sessions in the upcoming AwareIM Conference:


Improving AwareIM capabilities through Integration of AI/ML technologies
Hope you are going to make it to the conference this time Bob. 🙏🏼
by customaware
Thu Mar 14, 2024 10:20 pm
Forum: General discussion and questions about Aware IM
Topic: Can I "EXPORT DOCUMENT" to a folder on the Server
Replies: 3
Views: 149

Re: Can I "EXPORT DOCUMENT" to a folder on the Server

I export Documents to a Folder like this all the time.

<<SystemSettings.BaseDocPath>> + <<SystemSettings.SafetyDocs>> + MyBO.ID + '-DocumentName.pdf'
by customaware
Tue Mar 12, 2024 10:50 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 638

Re: HTML in a PDF Report

Yes Joben
Makes no difference
by customaware
Tue Mar 12, 2024 2:18 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 638

HTML in a PDF Report

I am trying to include some styled html text in a PDF Report. So, I have a text html Attribute and I stuff it with the styled html that I want..... Here is the string.... <div style="font-family:'Courier New';font-size:6px;">A: PU648YF / <span style="color:red;">⚠ B: AEBY-426</span></div> But, not m...