Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

Javascript like capability in Aware

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

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

Make it a dynamic rule.


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.