Hi,
I know very little about JavaScript, and am on a fast learning curve.
I converted an Excel Form (2003) to an Adobe Form (Adobe x Pro).
I have completed the simple JavaScript additions with the: Text Field Properties, Calculate.
After seemingly endless hours on the internet, and going through books, I cannot find a definitive answer to my problem.
To convert (2) Excel calculation/formula into JavaScript
Number 1
=IF(D14>0,D14/D13,0%)
and Function: IF (logical_test, [value_if_true], [value_ if_false])
Number 2
=(C13*80%)-C14
With the above JavaScript equivalents, I would be able to complete other calculations.
I would appreciate any help with this.
Was your form created using LiveCycle Designer (XML) or Acrobat. Each program uses a different language and syntax.
LiveCycle Designer has a Scripting Reference under the Help menu.
George Kaiser