Using VPLUS: An Introduction to Forms Design (32209-90004)

3-10
Table 3-2. Simple Field Edits for the ORDER Form
----------------------------------------------------------------------------------------|
| | |
| Field | Name | Simple Edit |
||| |
----------------------------------------------------------------------------------------|
|| |
| Order Number | ORDNUM | Change Field Type (FType) to R for required. |
||| |
| | | Add Initial Value of 100000. |
||| |
---------------------------------------------------------------------------------------|
|| |
| Date | ORDATE | Change Field Type (FType) to R for required. |
||| |
| | | Change Data Type (DType) to MDY for a date in the order: |
| | | Month Day Year. |
||| |
--------------------------------------------------------------------------------------|
|| |
| Quantity | QTY | Change Field Type (FType) to R for required. |
||| |
| | | Change Data Type (DType) to DIG for all digits. |
||| |
-------------------------------------------------------------------------------------|
|| |
| Part Number | PARTNUM | Change Field Type (FType) to R for required. |
||| |
-------------------------------------------------------------------------------------|
|| |
| Unit Price | UPRICE | Change Field Type (FType) to R for required. |
||| |
| | | Change Data Type (DType) to NUM2 for a numeric value |
| | | with two decimal positions. |
||| |
--------------------------------------------------------------------------------------------|
|| |
| Total Price | TPRICE | Change Field Type (FType) to R for required. |
||| |
| | | Change Data Type (DType) to NUM2 for a numeric value |
| | | with two decimal positions. |
||| |
---------------------------------------------------------------------------------------------