Owner's manual
DOKuStar Validation for Ascent Capture Page • 24
Event Order
Field events occur in the following order:
OnFieldActivating
OnFieldActivated
<user types in something and leaves field>
OnFieldChanging
OnFieldChanged
OnFieldDeactivating (old field)
OnFieldActivating (next field)
OnFieldDeactivated (old field)
OnFieldActivated (next field)
If any of the ...
ing events is aborted, the events following this one will not be fired. Instead, you will get an
...
ingCanceled event for this specific event.
Note: The
OnFieldActivating event for the next field is fired before the OnFieldDeactivated event for the
old field!