BtDDFieldServer:FieldGet()
<< Click to Display Table of Contents >>
BtDDFieldServer:FieldGet()
|
|
Purpose
Method to read field data based on the strDDField structure
Prototype
METHOD FieldGet ( uField ) CLASS BtDDFieldServer
Argument(s)
<uField> is the source field. The field can be 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
Return
USUAL returns the value of the specified field in the current record.
See Also
BtDDFieldServer, strDDField, BtDDFieldServer:FieldPut()