Search found 2405 matches

by customaware
Tue Dec 17, 2013 1:43 am
Forum: General discussion and questions about Aware IM
Topic: Dynamic Refreshing of Reference Table
Replies: 7
Views: 5611

Only due to the lag while it saves the form Tom.

It's a good 3-4 seconds.
by customaware
Sun Dec 15, 2013 8:29 am
Forum: General discussion and questions about Aware IM
Topic: Dynamic Refreshing of Reference Table
Replies: 7
Views: 5611

Thanx Rennur,

Not perfect but will suffice at the moment.
by customaware
Fri Dec 13, 2013 5:21 am
Forum: General discussion and questions about Aware IM
Topic: Dynamic Refreshing of Reference Table
Replies: 7
Views: 5611

Thanx Rennur.

Looks like I will have to rethink my approach.
by customaware
Fri Dec 13, 2013 3:52 am
Forum: General discussion and questions about Aware IM
Topic: Dynamic Refreshing of Reference Table
Replies: 7
Views: 5611

Dynamic Refreshing of Reference Table

I have the following... Parent BO call Booking Child Referenced BO called Flights In Booking I have an Attribute called Solution which is displayed as a Radio button with possible values of 1,2 or 3 Flights has an attribute called Solution. When I display a booking, I have a Reference Table at the b...
by customaware
Thu Dec 12, 2013 2:30 pm
Forum: General discussion and questions about Aware IM
Topic: Inventory control (Multiple Warehoses)
Replies: 4
Views: 3868

I did an inventory app many years ago in another language (might convert to Aware one day if I ever get time) and it handled any number of warehouses. When a warehouse was created it could be set up as a Main warehouse or a satellite warehouse. Only a core warehouse can receive inventory from outsid...
by customaware
Sun Dec 08, 2013 1:41 am
Forum: Problem reports
Topic: Multiple copies of email sent sometimes
Replies: 9
Views: 11837

Yay!

Finally fixed it.

Took the Rules from ReceivedEmail and moved them to a Process called OnReceivedEmail

Then left only the following Rule for ReceivedEmail

ReceivedEmail IS NEW

OnNewReceivedMail
DELETE ReceivedEmail

Phew!
by customaware
Sat Dec 07, 2013 3:37 am
Forum: Problem reports
Topic: Multiple copies of email sent sometimes
Replies: 9
Views: 11837

Well..... I call a process and many sub-processes from a Rule on Received Email but once it finishes the processes (which it does successfully) it re-runs the Received Email Rule over and over again. I have even tried to delete the received email at the end of the process and still seems to execute ...
by customaware
Fri Dec 06, 2013 12:10 pm
Forum: Problem reports
Topic: Multiple copies of email sent sometimes
Replies: 9
Views: 11837

This has never been an issue for me in the past but today a process, that has been working perfectly, has sent me over 500 emails.

Had to restart the server to stop it.

I have no idea why! :-/

Build 1715.
by customaware
Fri Dec 06, 2013 3:02 am
Forum: General discussion and questions about Aware IM
Topic: Query Operations Buttons Conditional Appearance
Replies: 1
Views: 1738

Query Operations Buttons Conditional Appearance

I have many instances of Queries with a number of operations buttons such as Edit, Delete, Report etc. Most of these buttons are conditional. Problem is that when a buttons condition is 'No' then the button does not show up but the column where the button would have been displayed is still visible. ...
by customaware
Fri Nov 29, 2013 5:34 am
Forum: General discussion and questions about Aware IM
Topic: Rules after ENTER NEW
Replies: 1
Views: 2005

Rules after ENTER NEW

I have ENTER NEW BizObj WITH ......

Once that is created then the rules on the BO get executed.

If the condition for a Rule is BizObj IS NEW, will that Rule be excuted after the ENTER NEW? (ie. will the instance created by the ENTER NEW be considered New for the Rule?)
by customaware
Tue Nov 26, 2013 5:35 am
Forum: General discussion and questions about Aware IM
Topic: Conditional Tab Display
Replies: 4
Views: 2643

Yep. That does it.

Thanx Tom.
by customaware
Tue Nov 26, 2013 12:24 am
Forum: General discussion and questions about Aware IM
Topic: Conditional Tab Display
Replies: 4
Views: 2643

Conditional Tab Display

I have a BO with 4 Reference Attributes, each of which I display as a Table in a different Tab at the bottom of the form.

Is there any way to conditionally hide or display one to the Tabs depending on other values in the BO?
by customaware
Tue Nov 19, 2013 5:53 am
Forum: General discussion and questions about Aware IM
Topic: Click Document Attribute from a Query line
Replies: 1
Views: 1492

Click Document Attribute from a Query line

I have a BO that has a Attribute of type document. During creation I assign a PDF file to this attribute. Now in Query I would like to see a PDF icon in each row for that attribute so that the user can click on it and have the document open so they can view it. Is that possible or do I have to assig...
by customaware
Sat Oct 19, 2013 3:23 am
Forum: General discussion and questions about Aware IM
Topic: Drag and Drop
Replies: 4
Views: 3183

Have a look in the Docs folder under AwareIM of your installation.

In there is a file called HowTo.pdf.

In there the Drag and Drop stuff starts at the bottom of page 25.
by customaware
Fri Oct 18, 2013 12:15 am
Forum: Problem reports
Topic: Schedule Bug?
Replies: 2
Views: 4225

Schedule Bug?

I have a number of Tab Pages. One displays the Schedule of Leave for the LoggedInUser...Lets call this Page "Me" Another displays the Schedule of Leave for all of the Employees that the LoggedInUser has visibility of. Lets call this Page "Them" When the user first logs in and clicks on the "Me" all ...