void assign(const CRDate& value);
void assign(int value);
void assign(double value);
void assign(const char* value);
void assign(const CRString& value);
void assign(const CRField& value);
Parameters
value
Description
Call this member function to assign the value to the field in the current record.
Example
dataset.field("DeptNo").assign(60);
See Also
CRField::setDate, CRField::setInt, CRField::setDouble, CRField::setString
CRField | Classes | OCL | Index