Fields – Kofax DOKuStar Validation User Manual
Page 47

DOKuStar Validation for Ascent Capture
Page
• 43
Fields
Holds a collection of
Field
objects. Individual
Field
s can be accessed either by name or object:
Fields(MyField)
‘ MyField is supposed to be a Field object
Fields.At(MyField)
Fields(„OrderDate“)
Fields.At(„OrderDate“)
Properties and methods of the
Fields
object (excerpt):
Property/Method
Returns
Description
At
Field
Delivers a field object at the specified position
Begin
Field
Delivers the first field object in the collection
Empty
Boolean
Returns
True
if the collection is empty
Last
Field
Delivers the last field object in the collection
Next
Field
Delivers the next field in the list
Parameter:
PreviousField as Field
Previous
Field
Delivers the previous field in the list
Parameter:
Next Field as Field
To traverse through the
Fields
collection,
For...Each
can also be used.