This event is fired right before a field is to be verified in the normal (full-screen) mode in Verify.
If the FORMS’ internal dialog is replaced by an external one, EV_OK_ABORT should be returned. If the user clicks in the dialog, set the extended return value using SetReturnValue. If no return value is set, the user is assumed to have clicked , and Verify continues to the next field.
Use the following arguments with SetReturnValue in :
|
0, "C" |
Make the current Application (FORMS module) pause; SetReturnValue (0, "C"). |
|
0, "D" |
Delete the current field; SetReturnValue (0, "D"). |
None.
|
Return value |
Description |
|
EV_OK |
Normal return. |
|
EV_OK_ABORT |
The normal dialog is skipped. |
|
EV_ERROR |
Causes an error message and job termination. |
Could be used for replacing FORMS’ usual field verification dialog with your own version.
Only fired in the Verify module.