Form Designer Reference / Properties list |
The defaultValue property assigns a default value to a field during data entry.
The effect of the defaultValue property depends on the WITHOUT DEFAULTS configuration option of the dialog using the form:
Defaults values can also be specified in the database schema file, for formFields defined with database column reference.
If the field is formonly (NON_DATABASE), you must also specify a data type when you assign the default property to a field.
If both the default property and the required property are assigned to the same field, the required property is ignored.
DATETIME and INTERVAL literals are not supported.