|
The input method for each point (Free Layout Method) or section (tabulated layout method) is set through the control setup window for the form designer. The design button opens the Form Designer window where you control how the user can respond to the question or statement. |
|
Name |
Code |
Class Name |
|
Reference |
||
|
Reference |
||
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Shows the identity of the form field. The type available depends on the Control ID type selected. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
No |
|
Shows the order of the appraiser. It is matched against the appraiser order on the Appraisal form. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
No |
|
Shows the control order for the form field. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
Indicates if the control is visible or not, in a form of a checkbox. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
Shows the caption for the control setup. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
Indicates if you want the caption to be see or not, in a form of a checkbox. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
A date value, usually in the format: DD-MM-YYYY. |
|
Name |
|
|
Code |
|
|
Data Type |
smallint |
|
Mandatory |
No |
|
A boolean value, usually in a form of a checkbox. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
No |
|
An integer value, i.e. a whole number. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
A numeric value, usually stands for numbers or digits. |
|
Name |
|
|
Code |
|
|
Data Type |
char(100) |
|
Mandatory |
No |
|
A string value where it is a data type which includes letters, digits and special characters. It is a sequence of characters. |
|
|
|