BtTable:FieldPos()
<< Click to Display Table of Contents >>
BtTable:FieldPos()
|
|
Purpose
Position of a specified field within the data server, as a number starting with 1.
Prototype
METHOD FieldPos ( uField AS USUAL ) AS DWORD PASCAL CLASS BtTable
Argument(s)
<uField> String, Symbol or Numeric Id of a field
Return
DWORD Position of the field, or 0 when the field does not exist
See Also