HI,
This is probably quite simple. I am just getting started with LiveCycle and I am a bit frustrated.
I want my form to multiply three numbers. I don't care whether I use FormCalc or Javascript.
I want the results field to calculate as I put in the three numbers. I can only make the result show AFTER all three numbers have been entered. I do not want that. I want the result to show as soon as two numbers are entered and I want the result to change whenever I enter the third number.
Result = num1 * num2 * num3 does not work because it always WAITS for the last number to be entered before showing me the results.
This must be easy. It works progressively with addition, why not with multiplication?
Many Thanks
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script