Answered
I desperately need to complete this invoice form and require script to take a sub total add 5% tax and display a total.
The form is written in FormCalc but I cannot find a solution for the above and have read that JavaScript is easier to use, can someone please help me out with this?
Subtotal * 1.05
You will have to change the "Subtotal" to your field name for subtotal.
FormCalc is a scripting language used in LIveCycle Desinger forms. You could also use JavaScript, but the syntax is more complex.
You can find all the mathmatical operators in LiveCycle Designer's "Scripting Reference" under "Help". You may need to use the "Search" tab. But this is a refernce document and not a how to document.
George Kaiser