This event is fired right before the usual dialog appears when a Set is complete. It is only fired in Verify, during verification in full screen mode. Note that must be selected in the dialog (FORMS Help topic) in the Verify job description in order for this event to occur.
To skip the usual dialog, return EV_OK_ABORT and use the Application.SetReturnValue(0, "N") method to pause Verify. Otherwise, use Application.SetReturnValue (0, "Y") to continue to the next Set. If you forget to use SetReturnValue, FORMS continues to the next Set. Note that the Set status is not recalculated after this event. If you change status of any form in the set, you must update the Set status yourself.
None.
|
Return value |
Description |
|
EV_OK |
Normal return. |
|
EV_OK_ABORT |
Skips the normal dialog. |
|
EV_ERROR |
Causes an error message and job termination. |
Could be used to display your own confirmation dialog instead of FORMS’ usual one. This is the very last event on a Set in Verify before the next Set to verify is shown.
Only fired in the Verify module. If is not selected in the dialog in the Verify job description, this event is not fired at all.