The validate object controls validation
of user-supplied data on a form.
The validate object can be activated multiple
times during the life of a form.
Properties
Name
|
Description
|
Type
|
Access
|
disableAll
|
Enables or disables validation warnings.
|
String
|
Read /Write
|
formatTest
|
Controls validation against the display
picture clause.
|
String
|
Read /Write
|
nullTest
|
Controls whether a field is mandatory on
a form or if it can be left empty.
|
String
|
Read /Write
|
scriptTest
|
Controls validation by the enclosed script.
|
String
|
Read /Write
|
use
|
Invokes a prototype.
|
String
|
Read /Write
|
usehref
|
Invokes an external prototype.
|
String
|
Read /Write
|
|
|
|