Owner's manual

DOKuStar Validation for Ascent Capture Page 25
For table fields, the event queue is as follows:
OnFieldActivating (when the user steps into the table)
OnFieldActivated
OnSubFieldActivating (for the first cell)
OnSubFieldActivated
<user types in something and goes to next cell>
OnFieldChanging
OnFieldChanged
OnSubFieldDeactivating (for the first cell)
OnSubFieldActivating (for the second cell)
OnSubFieldDeactivated (for the first cell)
OnSubFieldActivated (for the second cell)
<user types in something and goes to next cell>
OnFieldChanging
OnFieldChanged
....
<user leaves table>
OnFieldDeactivating
OnFieldDeactivated