FlexFields
Returns the FlexField object specified by index, where index is from 1 to the total number of fields on the screen.
Syntax
FlexFields(Index)
Parameters
|
Index
|
Integer, input
|
|
|
Index of the field object.
|
Example
Sub Main()
FirstField = FlexFields(1)
End Sub