w3mvDDiscardEvent indicates if the remaining mvDesigner processing for this event should be discarded.
For example, if a field is exited, an after event is generated. The focus moves to the next field, and a before event is generated on the next field.
If the business rule processing the after event sends a DiscardEvent message in its response, the focus does not move to the next field, and a before event on that field is not generated.
Syntax
call w3mvDDiscardEvent (Flag)
Parameters
|
Flag |
In |
"" indicates do not discard event. Other indicates to discard event. |
Example Program
Examples
call w3mvDDiscardEvent("") ;* Do not discard event
call w3mvDDiscardEvent(1) ;* Discard event