Search found 7525 matches

by aware_support
Thu Jun 22, 2023 5:24 am
Forum: General discussion and questions about Aware IM
Topic: Display Buttons at Bottom of Form
Replies: 11
Views: 76794

Re: Display Buttons at Bottom of Form

We have sent you an invoice for a support ticket.
by aware_support
Wed May 31, 2023 5:49 am
Forum: General discussion and questions about Aware IM
Topic: Whatsapp integration
Replies: 1
Views: 16448

Re: Whatsapp integration

Does Whatsapp expose any API (REST or SOAP based)? If they do you can probably integrate with them.
by aware_support
Wed May 24, 2023 8:48 am
Forum: Problem reports
Topic: HTML Window size
Replies: 2
Views: 27741

Re: HTML Window size

Where is this window?
by aware_support
Wed May 24, 2023 12:00 am
Forum: General discussion and questions about Aware IM
Topic: Display Buttons at Bottom of Form
Replies: 11
Views: 76794

Re: Display Buttons at Bottom of Form

There is a checkbox "Stretch the form to the bottom of the screen" - try ticking it.
by aware_support
Tue May 23, 2023 6:05 am
Forum: General discussion and questions about Aware IM
Topic: Display Buttons at Bottom of Form
Replies: 11
Views: 76794

Re: Display Buttons at Bottom of Form

I still don't understand what the problem is. Can you highlight the problem area(s)? What do width and height have to do with anything?
by aware_support
Tue May 23, 2023 3:09 am
Forum: General discussion and questions about Aware IM
Topic: Display Buttons at Bottom of Form
Replies: 11
Views: 76794

Re: Display Buttons at Bottom of Form

Not sure what you are talking about. If you attach some screenshots it may help.
by aware_support
Tue May 23, 2023 3:06 am
Forum: General discussion and questions about Aware IM
Topic: Build 3137
Replies: 0
Views: 61379

Build 3137

A new build has now been released. It has one significant improvement. You can now add IGNORE RULES keyword to an action that modifies an attribute of the object, for example: Object.Attribute = 5 IGNORE RULES Normally when you change attributes of an object all rules of the object are evaluated and...
by aware_support
Sun May 14, 2023 11:50 pm
Forum: General discussion and questions about Aware IM
Topic: Show QR code in a Query
Replies: 3
Views: 3375

Re: Show QR code in a Query

Great stuff!
by aware_support
Fri May 12, 2023 3:02 am
Forum: General discussion and questions about Aware IM
Topic: Compare new record to existing record
Replies: 3
Views: 3087

Re: Compare new record to existing record

"This" is to distinguish existing customers from the current customer being added to the system.
by aware_support
Fri May 12, 2023 3:00 am
Forum: General discussion and questions about Aware IM
Topic: Extracting time from timestamp attributes
Replies: 8
Views: 5663

Re: Extracting time from timestamp attributes

I am not sure I understand everything in this thread, but check out at the AS_STRING function, which can format a date according to the specified format - for example AS_STRING (Object.TimestampAttr, "HH:mm") will convert a timestamp to a time string.
by aware_support
Fri May 12, 2023 2:55 am
Forum: General discussion and questions about Aware IM
Topic: Show QR code in a Query
Replies: 3
Views: 3375

Re: Show QR code in a Query

At the moment QR codes are only supported in reports.
by aware_support
Fri May 12, 2023 2:52 am
Forum: General discussion and questions about Aware IM
Topic: Customze Error Message?
Replies: 1
Views: 1718

Re: Customze Error Message?

The unique constraint is achieved by a corresponding rule. You can easily change the message in this rule to be whatever you want
by aware_support
Fri Apr 21, 2023 2:14 am
Forum: General discussion and questions about Aware IM
Topic: Send an invoice by email
Replies: 5
Views: 3144

Re: Send an invoice by email

Sending emails from Aware IM IS easy. It is well documented and there is a video tutorial about it as well. A LOT of applications are successfully using it. To send an attachment just add an attribute of the Document type to the e-mail notification and initialize to the name of a document template. ...
by aware_support
Wed Apr 19, 2023 4:51 am
Forum: General discussion and questions about Aware IM
Topic: Kendo updated 8.5>8.8?
Replies: 2
Views: 2229

Re: Kendo updated 8.5>8.8?

Cannot remember off the top of my head - please check the changelog available in the new online help system
by aware_support
Wed Apr 19, 2023 4:50 am
Forum: General discussion and questions about Aware IM
Topic: BASE 64 Image string to Aware Picture
Replies: 6
Views: 7575

Re: BASE 64 Image string to Aware Picture

In the latest build 3136 it is possible to convert the data using a simple assignment:

Object.PictureAttribute = Object.StringAttributeThatHasBase64Image