Javascript like capability in Aware

Contains tips for configurators working with Aware IM
Post Reply
Craig
Posts: 85
Joined: Sun Apr 26, 2009 1:26 pm

Javascript like capability in Aware

Post by Craig »

I have a form which has 4 fields:
ProductID,ProductPrice,ProductQty,ProductAmount

I have a rule defined like this: ProductAmount=ProductPrice*ProductQty

I want to show the ProductAmount value on the form as soon as the user enters the ProductPrice and ProductQty . In real Programming this is easily possible using Javascript onChange() function.

how can i achieve this with aware?
Thanks
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Rule: BoName.ProductAmount=BoName.ProductPrice*BoName.ProductQty

Make it a dynamic rule.
Tom - V8.8 build 3137 - MySql / PostGres
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

Dear users,

at the very least PLEASE read the How To Guide before posting to the forum!

This particular question has been documented many times, and has been asked and answered many times on this forum.

Thank you for your cooperation.
Aware IM Support Team
Post Reply