BBjRecordData::setFieldValue
Description
In BBj 4.0 and higher, this method changes the value of a field in the specified BBjRecordData object.
Syntax
Return Value |
Method |
---|---|
void |
setFieldValue(string fieldname, string value) |
Parameters
Variable |
Description |
---|---|
fieldname |
Specifies the name of the field. |
value |
Specifies the value assigned to this field. |
Return Value
None.
Remarks
Field values are always set as strings.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.