BBjListBox::fillFromRecordSet
Description
In BBj 4.00 and higher, this method fills the BBjListBox control from the specified record set.
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.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.