Search found 2391 matches

by customaware
Mon Mar 24, 2014 7:36 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4796

In the Presentation for the Radio Button....


Look down the bottom of the screen for the Other options.

Check the one that says..... Save Form when Selection Changes
by customaware
Mon Mar 24, 2014 6:39 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4796

Whoops!

MyBO.RadioButton ='Customer' and MyBO.RadioButton='Member' should be swapped around.

:-|
by customaware
Mon Mar 24, 2014 6:38 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4796

You do not need Javascript to do that. Assume.... BO name is MyBO Attribute MyBO.RadioBut is your Radio Button Attribute A,B and C should be visible for New Customer and D,E and F visible for New Member In the Rules....something like First Rule RadioButton = 'Customer' READ PROTECT MyBO.A FROM ALL E...
by customaware
Fri Mar 14, 2014 5:43 am
Forum: General discussion and questions about Aware IM
Topic: If else statement in processes
Replies: 3
Views: 2521

In the Textual Rules for the Process enter....

If MyProcess.Step='pending' Then
MyProcess.Step='in progress' ELSE
If MyProcess.Step='in progress' Then
MyProcess.Step='closed'

Where MyProcess is the name of the BO for which Step is an attribute.

Click the button to call this process.
by customaware
Thu Mar 13, 2014 10:02 am
Forum: General discussion and questions about Aware IM
Topic: Problem With Custom Form
Replies: 2
Views: 2184

Well, Excuse Me!.

Lets try again....

Image

Image
by customaware
Thu Mar 13, 2014 9:58 am
Forum: General discussion and questions about Aware IM
Topic: Problem With Custom Form
Replies: 2
Views: 2184

Problem With Custom Form

I am trying to create a Custom Form. In the Column Header I have the Column titles and a background rectangular box with same background colour as the text boxes. See this image... https://imageshack.com/i/142igjp When I run the app the background rectangle does not appear. I have tried Bringing to ...
by customaware
Mon Mar 10, 2014 11:29 pm
Forum: General discussion and questions about Aware IM
Topic: Deleting a record using rules
Replies: 5
Views: 3110

Hi ACDC,

DELETE Object does not work in this instance as an error is generated due to the fact that the remaining rules have not yet been executed and the system thinks the Object has been deleted by another user.
by customaware
Mon Mar 10, 2014 7:43 am
Forum: General discussion and questions about Aware IM
Topic: Deleting a record using rules
Replies: 5
Views: 3110

I used this method Henrik and it tok a bit of fiddling around but got it to work.

Thanx.
by customaware
Sun Mar 09, 2014 7:48 am
Forum: General discussion and questions about Aware IM
Topic: Force User to Close Form with Button
Replies: 0
Views: 2388

Force User to Close Form with Button

I have a form that MUST open in a TAB or Default as a PopUp does not allow the display of Edit button in the reference table on the form. Even using Default, it opens in a new TAB. That would be OK except that there is then the option for the user to close the form by closing the Tab rather than cli...
by customaware
Fri Mar 07, 2014 8:35 am
Forum: General discussion and questions about Aware IM
Topic: Deleting a record using rules
Replies: 5
Views: 3110

Deleting a record using rules

Not sure how to make this work. I have a situation whereby the user creates a record and rules do some checking of the new record. In particular cases the new record MAY be deemed invalid and should be discarded. So, I guess the question is...... Is it possible to delete a record after the user has ...
by customaware
Mon Feb 17, 2014 12:02 am
Forum: General discussion and questions about Aware IM
Topic: Exchange Rate Web Service
Replies: 2
Views: 2760

That service seems to have been terminated.
by customaware
Fri Feb 14, 2014 6:12 am
Forum: General discussion and questions about Aware IM
Topic: Exchange Rate Web Service
Replies: 2
Views: 2760

Exchange Rate Web Service

Anyone know of a free or reasonably priced web service that can do FX rates?

I recall there used to be many, XE, Webservices.com etc but now they either no longer work or are not free.

Might have to use different technology but still want to be able to call from Aware.
by customaware
Fri Feb 14, 2014 12:54 am
Forum: General discussion and questions about Aware IM
Topic: Display TIME only in a query
Replies: 2
Views: 2230

Check the Display Time Separately option in the presentation of the Attribute.
by customaware
Wed Feb 12, 2014 8:57 am
Forum: General discussion and questions about Aware IM
Topic: Irritating Save / Close Button
Replies: 4
Views: 2263

Popup is unsuitable as the Form has a table on it with an Edit button.

Edit Button does not display in a popup. Only displays when target is a Tab or Default.

Sound a bit like the toe connected to the foot connected to the ankle etc etc but that is the situation.