Using VPLUS: An Introduction to Forms Design (32209-90004)
2-9
printing brackets. Within these brackets, a field tag names each field.
For example, ordate identifies the field into which a date is entered,
and name identifies the field into which the customer name is entered.
The other field tags are address, city, st, zip, and phone. These tags
never appear when the form is displayed. All the other text, which
consists of the title and the labels on the fields, will be displayed
exactly as it is typed on the screen during form layout.
Table 2-1. Defining the Fields for the ShipTo Form
--------------------------------------------------------------------------------------------|
| | | |
| Field | Tag | Line No. | Length |
| ||||
--------------------------------------------------------------------------------------------|
| ||||
| Date | ordate | 5 | 18 |
| ||||
| Name | name | 10 | 42 |
| ||||
| Address | address | 11 | 42 |
| ||||
| City | city | 12 | 30 |
| ||||
| State | st | 12 | 2 |
| ||||
| Zip | zip | 13 | 10 |
| ||||
| Telephone | phone | 13 | 14 |
| ||||
---------------------------------------------------------------------------------------------
Action
When the form is laid out to your satisfaction, press ENTER to record it
in the forms file.
The next step is to proceed to the Field Menu for the first field on this
form.