I'm a new user of live cycle designer..how do I get the Total Price on my form automatically after anyone enters quantity of item that has fixed price. E.g. Glass @ $2, as soon as someone types 10 in quantity field, $20 ($2*10) appears automatically in total price column
Your guidance is highly appreciated!
Have you looked at any of the supplied LiveCycle Designer supplied samples?
Have you tried using the supplied template for the invoice?
For the supplied invoice template there are columns for "Item" (field name 'Item'), "Description" (field name 'Description'), "Quantity" (field name 'Quantity'), Unit Price (field name 'UnitPrice' - note the missing space), and "Amount" (field name 'Amount'). The 'Amount' field has the following FormCalc calculation script to compute the value for the 'Amount' field on that row:
Quantity * UnitPricemissing
There are also videos at this site show how to create LiveCycle Designer forms.
George Kaiser