BtDDCommentServer:FieldPut()

 

<< Click to Display Table of Contents >>

Navigation:  Ddf Dictionary > BtDDCommentServer Class >

 

BtDDCommentServer:FieldPut()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Method to write field data based on the strDDComment structure

 

 

 

Prototype

 

 

METHOD FieldPut ( uField,uValue )  CLASS BtDDCommentServer

 

 

 

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 strDDComment 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

 

 

BtDDCommentServer, strDDComment, BtDDCommentServer:FieldPut()