BtServer:FieldPos()
<< Click to Display Table of Contents >>
BtServer:FieldPos()
|
|
Purpose
Return the position of a specified field within the data server, as a number starting with 1.
Prototype
METHOD FieldPos ( uField ) CLASS BtServer
Argument(s)
<uField> the position/name/symbol of the required field
Return
DWORD position of the required field or 0 if the field was not found
Description
This method will return the position of a specified field within the data server
See Also