BtServer:SetDataField()

 

<< Click to Display Table of Contents >>

Navigation:  Server Classes > BtServer Class >

 

BtServer:SetDataField()

 

Previous pageReturn to chapter overviewNext page

 

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

 

 

BtServer