WD2000: How to Use Calculate on Exit in a Form
ID: Q212244
|
The information in this article applies to:
SUMMARY
In Word 2000, form fields include a Calculate On Exit option. This option, when turned on, updates fields and form fields in a form document.
Fields not updated by this option include:
TOC
PAGE
INDEX
PAGEREF
MORE INFORMATION
This option is especially useful when you automate documents and need to
update calculation of text form fields automatically or to repeat text
typed in one form field in other locations in the same document.
Example of Using Calculation with a Text Form Field
Create a New Document with Text Form Fields
To create a new document with text form fields, follow these steps:
- Create a new document.
- On the View menu, point to Toolbars, and click Forms to turn on the Forms toolbar.
- On the Forms toolbar, click the Text Form Field button to insert a text form field, and then press ENTER.
- Insert two additional text form fields in the same manner, and press ENTER after you insert each form field.
- Double-click the first form field (or right-click the field and click Properties on the shortcut menu) to access its options. Set the options to the following:
- Under Type, select Number.
- Under Field Settings, click to select the Calculate On Exit check box, and click OK.
- Repeat step 5 for the second form field.
- Double-click the last form field to access its options. Set the options to the following:
- Under Type, select Calculation.
- For Expression, type:
=SUM(Text1,Text2)
- Click OK.
NOTE: Word uses Text# bookmark names (where # is a number) to sequentially name each new text form field. The first two text form fields have bookmark names of Text1 and Text2. Capitalization is important. In this example, the expression returns the sum of the first two text form fields.
Save the Document as a Protected Template
To save and protect the document, follow these steps:
- Protect the template. To do this, click Protect Document on the Tools menu. Under Protect Document For, click Forms, and then click OK.
- Save the document as a template by clicking Save As on the File menu.
- Under Save as type, select Document Template, type a name, and then click Save.
- On the File menu, click Close to close the template.
Test the Template
To test the template, follow these steps:
- On the File menu, click New, and open a document based on the newly created template.
- Type a number in the first form field and press TAB.
- Type a number in the second form field and press TAB.
Notice that when you quit either of the first two form fields, the
calculation form field is updated.
For additional information, please see the following article in the
Microsoft Knowledge Base:Q212328 WD2000: How to Create an Online Form Using Form Fields
Example of Using the REF Field
Create the Document with the REF Field
To repeat the result of a form field in another location, use a REF field.
To do this, follow these steps:
- Create a new document.
- On the View menu, point to Toolbars, and click Forms to turn on the Forms toolbar.
- On the Forms toolbar, click the Text Form Field button to insert a text form field.
- Double-click the form field to access its options.
- Under Field Settings, click to select the Calculate On Exit check box, and then click OK.
Notice that Word assigns the Text1 bookmark name to the form field.
- Press the RIGHT ARROW key to turn off selection of the form field.
- Press ENTER four times to insert blank lines.
- On the Insert menu, click Field. Under Categories, select Links and References. Under Field Names, select Ref.
- In the Field codes box, type Text1 so that the end result appears as follows:
REF Text1
- Click OK.
Note that Text1 is the bookmark name of the form field. Capitalization
is important.
Save the Document as a Protected Template
To save and protect the document, follow these steps:
- Protect the template. To do this, click Protect Document on the Tools menu. Under Protect document for, click Forms, and then click OK.
- Save the document as a template by clicking Save As on the File menu.
- Under Save as type, select Document Template, type a name, and then click Save.
- On the File menu, click Close to close the template.
For additional information, please see the following article in the
Microsoft Knowledge Base:Q212356 WD2000: How to Update Fields in a Protected Form
Additional query words:
table of contents page reference example 9.0
Keywords : kbdta kbfield wd2000
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbinfo
|