Search found 2285 matches
- Mon Dec 26, 2022 6:18 am
- Forum: General discussion and questions about Aware IM
- Topic: Aware IM on Twitter Space
- Replies: 7
- Views: 437
Aware IM on Twitter Space
Compliments of the Season to you all. Hope you are all Safe, Happy and spending some time with friends and family. I am thinking of trying out Twitter Spaces to have a 1 hour Chat About all things Aware IM. Topics I am considering…. Upcoming Aware IM V8.8 Next Conference…where and when? Aware IM Cer...
- Fri Dec 16, 2022 1:06 pm
- Forum: Tips and Tricks
- Topic: More a Warning than a Trick - Shortcuts In Processes!
- Replies: 0
- Views: 159
More a Warning than a Trick - Shortcuts In Processes!
Note To Self..... I have written it to myself many times before but need to keep writing it... :-D NEVER, EVER, EVER, EVER..... use Shortcut in a Process. Had a process that was failing intermittently over the last 3 months. Have been running endless test trying to track down the issue. Finally foun...
- Fri Dec 16, 2022 1:01 pm
- Forum: Tips and Tricks
- Topic: Business Rules Control Order
- Replies: 1
- Views: 138
Re: Business Rules Control Order
You can also set the Priority for each Rule to get something important to execute prior to some other Rule. In on particular BO I ordered the Rules the way I wanted then Set Priority starting at 100 and progressing down in steps of 5 (just in case I wanted to add a new Rule in between later) Failing...
- Fri Dec 09, 2022 2:29 am
- Forum: General discussion and questions about Aware IM
- Topic: When will we see version 9
- Replies: 6
- Views: 591
Re: When will we see version 9
Last I heard, it will be V8.8 maybe in February
- Mon Nov 21, 2022 9:04 am
- Forum: General discussion and questions about Aware IM
- Topic: Compare Lists How To
- Replies: 4
- Views: 302
Re: Compare Lists How To
Seems I asked the wrong question....
You write "ContractParties determines the Works to search for on the basis that the Contributors match the ContractParties"
How can we tell if a Contributor matches a ContractParties?
You write "ContractParties determines the Works to search for on the basis that the Contributors match the ContractParties"
How can we tell if a Contributor matches a ContractParties?
- Thu Nov 17, 2022 6:39 am
- Forum: General discussion and questions about Aware IM
- Topic: Compare Lists How To
- Replies: 4
- Views: 302
Re: Compare Lists How To
What is the commonality between Contributors and ContractParties?
Does not seem like they are the same thing but there is some relationship between then surely?
Does not seem like they are the same thing but there is some relationship between then surely?
- Wed Sep 28, 2022 6:10 am
- Forum: General discussion and questions about Aware IM
- Topic: Issue 'tabbing' through an attribute
- Replies: 3
- Views: 377
Re: Issue 'tabbing' through an attribute
I assume you have set the Tab order in each of the Attribute Properties?
- Wed Sep 07, 2022 8:00 am
- Forum: General discussion and questions about Aware IM
- Topic: Is it time for an AwareIM Conference yet?
- Replies: 22
- Views: 2063
Re: Is it time for an AwareIM Conference yet?
I was going to arrange in October or November but now have way to much work on.... and a lot of people are not mentally over Covid yet. Now thinking Late March or Early April. Happy to hear ideas for location.... Here are my suggestions in order of Preference 1. Koh Samui , Thailand 2. Somewhere, Ea...
- Mon Sep 05, 2022 3:27 pm
- Forum: General discussion and questions about Aware IM
- Topic: AwareIm stopped working
- Replies: 3
- Views: 459
Re: AwareIm stopped working
Sounds very weird.
I have no idea :-/
I have no idea :-/
- Sun Sep 04, 2022 4:02 am
- Forum: General discussion and questions about Aware IM
- Topic: AwareIm stopped working
- Replies: 3
- Views: 459
Re: AwareIm stopped working
What is iweb / inernap Carlos?
Please excuse my ignorancce...:-/
Please excuse my ignorancce...:-/
- Mon Aug 15, 2022 11:32 pm
- Forum: General discussion and questions about Aware IM
- Topic: Shift Data from one column to another within a Child BO
- Replies: 4
- Views: 584
Re: Shift Data from one column to another within a Child BO
Alternatively (But not recommended as it is slower)
Find ALL LabourReviewAllocation IN BATCHES OF 1
Find ALL LabourReviewAllocation IN BATCHES OF 1
- Sat Jul 30, 2022 11:04 am
- Forum: Wish List
- Topic: FR - Indicate Default CSS
- Replies: 7
- Views: 5453
Re: FR - Indicate Default CSS
I add a css class to every button in every application I write. This is mainly for the button and icon colour. My classes are... addbtn editbtn deletebtn and then.. bluebutton greenbutton purplebutton orangebutton goldbutton redbutton So..... If I change the css for say, the addbtn, then every addbt...
- Thu Jul 21, 2022 4:31 am
- Forum: Wish List
- Topic: FR - Log Files Expand All
- Replies: 2
- Views: 371
Re: FR - Log Files Expand All
I do virtually ALL recursive types of processes with the use of Non Persistent BO using While Loop functionality. It is by far the easiest and most reliable way to handle the looping requirements and you allows you to control anything you need to at every loop iteration. I am sure there is a way it ...
- Tue Jul 19, 2022 5:10 am
- Forum: General discussion and questions about Aware IM
- Topic: Can I add Minutes to TimeStamp?
- Replies: 12
- Views: 1410
Re: Can I add Minutes to TimeStamp?
Thanx ACDC.
Will check that out.
Will check that out.
- Mon Jul 18, 2022 8:16 am
- Forum: Problem reports
- Topic: Can someone tell me where the IDGEN value in SQL Server can be found?
- Replies: 4
- Views: 656
Re: Can someone tell me where the IDGEN value in SQL Server can be found?
Assuming you have a seperate DB for the app.... Look for table bas_idgen_seq
You will not be able to directly edit this value.
So,
Park on it and run this following query, replacing 999999999 with the new value you want to set it to.
ALTER SEQUENCE BAS_IDGEN_SEQ RESTART WITH 999999999
You will not be able to directly edit this value.
So,
Park on it and run this following query, replacing 999999999 with the new value you want to set it to.
ALTER SEQUENCE BAS_IDGEN_SEQ RESTART WITH 999999999