Search found 2392 matches

by customaware
Sun Feb 18, 2024 5:53 am
Forum: General discussion and questions about Aware IM
Topic: REST API Question
Replies: 6
Views: 438

Re: REST API Question

Thanx Jaymer.

Not sure if you provided the link you intended? That link is related to the SET function rather than REST Calls? 😳
by customaware
Sun Feb 18, 2024 4:19 am
Forum: General discussion and questions about Aware IM
Topic: REST API Question
Replies: 6
Views: 438

REST API Question

When developing a REST API POST Call...... Assume I want to pass a single Parameter in the URL... https://mydomain.com/app/REST/mydomain/ReturnAllEmployees?AuthKey=MyAuthKey To do this I have a BO with a single Plain Text Attribute called AuthKey. When called, that BO.AuthKey is populated with MyAut...
by customaware
Fri Feb 16, 2024 1:53 am
Forum: General discussion and questions about Aware IM
Topic: Is it possible to conditionally stack fields in a Query Column?
Replies: 2
Views: 214

Re: Is it possible to conditionally stack fields in a Query Column?

Do you mean like this.... ?
MultiLine.png
MultiLine.png (46.14 KiB) Viewed 192 times
by customaware
Wed Feb 14, 2024 9:24 am
Forum: Tips and Tricks
Topic: Menu and and panel operations button changes in 9.0, no HTML
Replies: 1
Views: 277

Re: Menu and and panel operations button changes in 9.0, no HTML

Thanx Joben.

Good Tip.

Will have some work to do. 🤪
by customaware
Sun Feb 04, 2024 12:49 am
Forum: General discussion and questions about Aware IM
Topic: Version 9 Message in Visual Perspectives
Replies: 9
Views: 825

Re: Version 9 Message in Visual Perspectives

That is because all the Themes in Version 9 are a bit different. The amount of change will be dependent on which theme your were using before. So, I suggest trying out all the different new Themes and settling on the one you like the best. In any event, you will initially need to make some adjustmen...
by customaware
Sat Feb 03, 2024 4:48 am
Forum: General discussion and questions about Aware IM
Topic: Version 9 Message in Visual Perspectives
Replies: 9
Views: 825

Re: Version 9 Message in Visual Perspectives

Not sure Harry.

I do have the latest version of Microsoft Edge installed so not sure if that made any difference or not.
by customaware
Sat Feb 03, 2024 12:41 am
Forum: General discussion and questions about Aware IM
Topic: Version 9 Message in Visual Perspectives
Replies: 9
Views: 825

Re: Version 9 Message in Visual Perspectives

You need to make sure that you have the WebView2 installed on your machine.

Go to https://developer.microsoft.com/en-us/m ... /webview2/ and download and install to fix the problem.

Then restart Aware IM
by customaware
Fri Feb 02, 2024 3:32 am
Forum: General discussion and questions about Aware IM
Topic: Version 9 Message in Visual Perspectives
Replies: 9
Views: 825

Re: Version 9 Message in Visual Perspectives

Have you followed the instructions in the Error Dialog Harry?
by customaware
Fri Feb 02, 2024 12:00 am
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 16
Views: 14384

Re: V9 NEW FEATURES discussion

Just a Heads Up….

If you have ever used “Comment” as an Attribute Name in previous versions, you need to ensure you change it to something else before migrating to V9.
In V9, Comment is now a Reserved Word.
by customaware
Thu Feb 01, 2024 2:55 pm
Forum: General discussion and questions about Aware IM
Topic: Install new or overwrite?
Replies: 5
Views: 544

Re: Install new or overwrite?

When Installing 8.8 I used 880
When installing 9.0 I used 900
by customaware
Thu Feb 01, 2024 4:59 am
Forum: General discussion and questions about Aware IM
Topic: Install new or overwrite?
Replies: 5
Views: 544

Re: Install new or overwrite?

I ALWAYS install a new version as follows..... ie for Version 8.8 C:\AwareIM880 (and change the Folder name for the shortcut when the installer asks to C:\AwareIM880 ) for Version 9.0 C:\AwareIM900 (and change the Folder name for the shortcut when the installer asks to C:\AwareIM880 ) Then for the D...
by customaware
Wed Jan 31, 2024 1:03 am
Forum: General discussion and questions about Aware IM
Topic: Experienced AwareIm Developer Seeking New Projects
Replies: 3
Views: 43102

Re: Experienced AwareIm Developer Seeking New Projects

Hi Dermot,

I would normally be happy to mentor you but I am just way to busy at the moment.

But I can recommend my 2019 Zero To Hero Beginner Training Course.

It is a little out of date now but most all is still relevant.

https://www.awareim.com/forum/viewtopic.php?f=1&t=11050
by customaware
Sun Jan 21, 2024 1:36 pm
Forum: General discussion and questions about Aware IM
Topic: Can't use SystemSettings in Scheduling ?
Replies: 3
Views: 736

Re: Can't use SystemSettings in Scheduling ?

I can remember for certain but I vaguely recall that the NEXT_SEQUENCE_TIME does not allow the use of SystemSettings for the parameter. I use the following which does work with SystemSettings... /*Check Every 1/120*3600 = 30 Seconds So, I want to check every 2 minutes.... 4/120 * 3600 = 120 seconds ...
by customaware
Fri Jan 12, 2024 10:50 am
Forum: General discussion and questions about Aware IM
Topic: Is SOAP officially dead in AwareIM
Replies: 3
Views: 18527

Re: Is SOAP officially dead in AwareIM

I hope it either still works or will be re-introduced.

I have a Client that needs to interface to some legacy data using SOAP.....when I get to it.