Pro-Form Quick Start 9.0 Guide de l'utilisateur Page 145

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 270
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 144
129 ©Nitro
Add or edit custom calculation JavaScript
Any form you create that requires calculations is likely to require custom calculation scripts. The options
you have available with preset calculation formulas are limited to simple multiplication and addition.
Other kind of calculation you need requires writing a script.
To write a calculation script
1. Open the PDF in Nitro Pro 9
2. On the Forms ribbon tab, in the Fields group, click Text Field
3. Select the text field to edit
4. Right-click and select Properties
5. Click the Calculate tab
6. Click the Custom calculation script option, and then click the Edit button
7. Type the code for your script. In the example below, a simple routine is created to calculate sales
tax at a 7.25 % rate. The code used is:
var f = this.getField(“subtotal”);
event.value = Math.round(f.value 7.25)/100;
8. Click OK
Nitro Pro 9 - User Guide
Vue de la page 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 269 270

Commentaires sur ces manuels

Pas de commentaire