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