If this option does not appear, the VALIDATE method validates all fields, whether enabled or not.
For a supported field-level widget, this method executes the validation test associated with the underlying field or variable.
For a frame or dialog box, this method executes the validation tests for every supported field-level widget in the frame or dialog box (except the browse, which you must VALIDATE explicitly). If the test for any field-level widget in the frame fails, the AVM displays the validation message and gives focus to the first widget in the frame or dialog box that is both visible and sensitive and whose data has failed validation.
For a browse, VALIDATE executes all validation tests associated with the browse and its children.
Note: During data entry, any widget that receives input focus is always validated. This method allows your procedure to validate any and all widgets in a frame, whether or not they currently have input focus.
If the validation is successful, the method returns TRUE. Otherwise, it returns FALSE.