BtDDFieldServer:FieldPut()
<< Click to Display Table of Contents >>
BtDDFieldServer:FieldPut()
|
|
Purpose
Method to write field data based on the strDDField structure
Prototype
METHOD FieldPut ( uField,uValue ) CLASS BtDDFieldServer
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
BtDDFieldServer, strDDField, BtDDFieldServer:FieldGet()