Owner's manual
DOKuStar Validation for Ascent Capture Page • 34
OnFieldChanged
Will be fired for any field that gets changed.
Definition:
Private Sub ctrl_OnFieldChanged(ByVal Controller As Controller, ByVal Field As Field, ByVal
SubField As Field)
The parameter Field is the field itself. SubField may point to a sub-field of the Field.
OnCursorChanged
Will be fired when a cursor changes. See below for a description of cursors.
Definition:
Private Sub ctrl_OnCursorChanged(ByVal Controller As Controller)