Owner's manual
DOKuStar Validation for Ascent Capture Page • 18
When writing an event handling routine, proceed as follows:
- Define a variable of the appropriate object type:
Dim WithEvents fld As FieldType
- This variable will now appear in the drop down list above the editing window. Select it:
- In the drop down list to the right, select the event handling routine wanted. The function body will then be added
to the code automatically:
In the following chapters, events are described in detail, always in the ...
ed format.