The type of the numeric data in a control field. The default is BinaryField.
control.FieldType [=ASNA.DataGate.PrintControls.FieldTypes]
ASNA.DataGate.PrintControls.FieldTypes. Gets or sets one of the enumeration values defining the type of numeric field. Packed, zoned and binary types are numeric fields containing decimal numbers which are expressed in digits and decimals.
To set the FieldType property of a control, click on the right side of the property and choose one of the options shown in the drop-down box.
| Setting | Description |
|---|---|
| BinaryField | (Default) The field is a binary data field. |
| PackedField | The field is a packed data field. |
| ZonedField | The field is a zoned data field. |
DecField Class | DecField Class Members | Decimals Property | Digits Property | FieldTypes Enumeration