Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs validation on a specified field.
Syntax
public boolean fieldValidate(FieldId _fieldId)
Run On
Called
Parameters
- _fieldId
Type: FieldId Extended Data Type
The field ID of the field to validate.
Return Value
Type: boolean
true if the value is valid; false otherwise.
Remarks
The base implementation calls the same method on all PmfFormCtrl assigned as sub-controls to this object. All child classes must call this parent method if they override this method. The form only must call this event method if there is actual code associated with the event method or any of the sub-controls associated with this object.If the call to this method in any sub-control returns false, this method will return false and no subsequent sub-controls will be executed.