Owner's manual

DOKuStar Validation for Ascent Capture Page 45
TableField
A TableField is a special Field object. Being derived from Field, all Field’s properties and methods can be
used. A
TableField also has some additional properties and methods:
Properties and methods of the
TableField object (excerpt):
Property/Method Returns Description
Row TableRow Returns the row object for a given table cell.
Parameter:
Cell as Field
Rows TableRows
Returns a TableRows object, which is the
collection of the tables‘ rows.
To convert a Field to a TableField object, simply assign:
Private Sub Table_OnFieldActivated(ByVal Field As Field, ByVal PreviousField As Field)
Dim t as TableField
Set t = Field ' convert to TableField
....
Alternatives
Alternatives is a collection that may be assigned to a field, and exists if DOKuStar recognized alternatives for this
field.
The
Alternatives collection has the same methods and properties as the other collections, e.g Fields.
Alternative
Holds a single alternative for a field as recognized by DOKuStar.
Properties and methods of the
Alternative object (excerpt):
Property/Method Returns Description
SourceInfo ImageSourceInfo
Holds the ImageSourceInfo for this
alternative, which consists of the image and the
box.
State State
State of the alternative. See the Field object for
a description of values.
Value String Value of the alternative.