BBjDataBoundGrid::bindRecordSet
Description
In BBj 7.00 and higher, this method binds a BBjRecordSet to this BBjDataBoundGrid.
Syntax
Return Value |
Method |
void |
bindRecordSet(BBjRecordSet recordset) |
void |
bindRecordSet(BBjRecordSet recordset, BBjVector fieldnames) |
Parameters
Variable |
Description |
fieldnames |
A list of names for the fields which should be bound to columns of the grid. |
recordset |
The recordset containing data. |
Return Value
None.
Remarks
If fieldnames is not specified, all fields of the recordset will be bound to the grid.
If fieldnames is present, each element of fieldnames must be the name of a field within recordset.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.