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