BtDDCommentServer:FieldGet()
<< Click to Display Table of Contents >>
BtDDCommentServer:FieldGet()
|
|
Purpose
Method to read field data based on the strDDComment structure
Prototype
METHOD FieldGet ( uField ) CLASS BtDDCommentServer
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 strDDComment structure
Return
USUAL returns the value of the specified field in the current record
See Also
BtDDCommentServer, strDDComment, BtDDCommentServer:FieldPut()