BtDDFileServer:FieldPut()

 

<< Click to Display Table of Contents >>

Navigation:  Ddf Dictionary > BtDDFileServer Class >

 

BtDDFileServer:FieldPut()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Method to write field data based on the strDDFile structure

 

 

 

Prototype

 

 

METHOD FieldPut ( uField,uValue )  CLASS BtDDFileServer

 

 

 

Argument(s)

 

 

<uField>        is a field name, specified by name, ordinal number or symbol. If you use a

         field name, case is irrelevant. If you use the field's ordinal number, use

         the order of the field in the strDDFieldExt structure

<uValue>        is a value to store in a corresponding <uField>.

 

 

 

 

Return

 

 

<uValue>. When an error occurs, you can use BT_ERROR() to get an error code.

 

 

 

See Also

 

 

BtDDFileServer, strDDFile, BtDDFileServer:FieldPut()