Search found 2397 matches

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: 577

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: 48807

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: 760

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: 22924

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.
by customaware
Fri Dec 29, 2023 2:20 pm
Forum: General discussion and questions about Aware IM
Topic: 2024 Aware IM International Developers Conference
Replies: 8
Views: 50522

Re: 2024 Aware IM International Developers Conference

BLOMASKY wrote: Fri Dec 29, 2023 2:59 am I might be speaking out of turn, but Mark usually records the conference, and for a small $$$ you can watch the video and get the powerpoints. Of course, that was before COVID so who knows...)

Bruce
Precisely Bruce. 👍
by customaware
Wed Dec 27, 2023 8:26 am
Forum: General discussion and questions about Aware IM
Topic: 2024 Aware IM International Developers Conference
Replies: 8
Views: 50522

2024 Aware IM International Developers Conference

Well... it has been a wee while between drinks (thanx to Covid) but the drought is hopefully nearly over. I am targeting the second half of May 2024. More specifically... Zero to Hero AwareIM Beginners Training Course: Saturday 18th and Sunday 19th May (Depending on Numbers) Conference Days: Monday ...
by customaware
Sun Dec 17, 2023 3:59 am
Forum: General discussion and questions about Aware IM
Topic: Whst am I missing..... 🤪
Replies: 2
Views: 44168

Whst am I missing..... 🤪

I am trying to use the following Custom Query in a Drop Down Combo Box. FIND WagonGRule WHERE ( (WagonGRule.GType='G2' AND Wagon_G_Event.ob_Wagon.G2InitialCreated<>'Yes') OR (WagonGRule.GType='G48' AND Wagon_G_Event.ob_Wagon.G48InitialCreated<>'Yes') OR (WagonGRule.GType='G40' AND Wagon_G_Event.ob_W...
by customaware
Wed Dec 13, 2023 3:44 am
Forum: General discussion and questions about Aware IM
Topic: Azure SSO
Replies: 0
Views: 41817

Azure SSO

Wondering if anybody has implemented Azure Single Sign On functionality in Aware.

If so, please PM me or email me at [email protected] if you are happy to discuss.
by customaware
Wed Dec 06, 2023 11:11 pm
Forum: General discussion and questions about Aware IM
Topic: Priorities - Speed
Replies: 2
Views: 41045

Re: Priorities - Speed

🤣🤣🤣
I am to scared to use the Resolve Shortcut Flag...

Tried it out when first releases.
Did not spend enough time to really understand what it was intended to do and how to use it properly.
Initial trial broke a few things if I remember rightly....

I suppose I should make some time to revisit.

🤪
by customaware
Tue Dec 05, 2023 6:04 am
Forum: General discussion and questions about Aware IM
Topic: Priorities
Replies: 10
Views: 87850

Re: Priorities

💯
by customaware
Tue Oct 03, 2023 4:21 am
Forum: General discussion and questions about Aware IM
Topic: Aware IM on Twitter Space
Replies: 13
Views: 66599

Re: Aware IM on Twitter Space

Funny you should ask Himanshu. We have a big project on at the moment and need to get the bulk of that behind us. So, I am tentatively targeting Late April - Early May next year and am seriously leaning towards Florida. I would be interested to hear from the Floridians in the group regarding Daytona...
by customaware
Mon Oct 02, 2023 1:00 pm
Forum: General discussion and questions about Aware IM
Topic: Accessing tables i different schema
Replies: 9
Views: 43546

Re: Accessing tables i different schema

Well, by and large I only use External Tables when I want to just read data from the other source. You can also do the normal CRUD stuff but it is a bit messy for my liking and like you, I would prefer if we could just use them like normal Aware tables. I understand some others like Bruce are a lot ...
by customaware
Mon Oct 02, 2023 8:14 am
Forum: General discussion and questions about Aware IM
Topic: Accessing tables i different schema
Replies: 9
Views: 43546

Re: Accessing tables i different schema

Why don't you just write an API to GET or PUSH the data you want between the apps?