Interface RecordSetFillable::fillFromRecordSet
Description
In BBj 4.0 and higher, this method fills the RecordSetFillable control from the specified BBjRecordSet.
Syntax
Return Value |
Method |
void |
fillFromRecordSet(BBjRecordSet recordSet, string fieldname) |
Parameters
Variable |
Description |
recordSet! |
Specifies the record set for populating this list. |
fieldname$ |
Specifies the record set field for populating this list. |
Return Value
None.
Remarks
When a foreign interpreter invokes this method, an !ERROR=208 Multi Thread results. See Accessing Objects From Different Interpreters.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.