BtServer:SetDataField()
<< Click to Display Table of Contents >>
BtServer:SetDataField()
|
|
Purpose
Assign a DataField object to a specified field
Prototype
METHOD SetDataField ( nFieldId , oDataField ) CLASS BtServer
Argument(s)
<nFieldId> The number of the desired field.
<oDataField> The data field to assign.
Return
LOGIC TRUE if successful; otherwise, FALSE.
Description
The new field is verified to be compatible with the actual database field, if one is open. This method is normally used only during instantiation of a data server, most often in Init() methods of subclasses.
See Also