BtField:PutValue()
<< Click to Display Table of Contents >>
BtField:PutValue()
|
|
Purpose
Write Field value to table buffer
Prototype
METHOD PutValue ( uNewValue AS USUAL ) AS USUAL PASCAL CLASS BtField
Argument(s)
<uNewValue> New value to assign to field
Return
USUAL New value assigned TO FIELD
Description
This method translates VO field types into Btrieve field types. and writes the Btrieve value to the proper position in the Table databuffer
See Also