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