BtServer:FieldOffset()
<< Click to Display Table of Contents >>
BtServer:FieldOffset()
|
|
Purpose
Method to return the btrieve field offset for the specified field
Prototype
METHOD FieldOffset ( uField ) CLASS BtServer
Argument(s)
<uField> the position/name/symbol of the required field
Return
DWORD The btrieve field offset (1 based), or 0 if the field was not found
Description
This method will return the btrieve field offset that has been set for the specified field
See Also