Interface RecordSetBindable::bindRecordSet

Description

In BBj 4.00 and higher, this method binds the RecordSetBindable to a particular field from a BBjRecordSet.

Syntax

Return Value

Method

void

bindRecordSet(BBjRecordSet recordset!, string fieldname)

Parameters

Parameter Description
recordset!

Specifies the record set for populating this list.

fieldname

Specifies the record set field for populating this list.

Return Value

None.

Remarks

This method is only valid for the following data bound controls:

When a foreign interpreter invokes this method, an !ERROR=208 Multi Thread results. See Accessing Objects From Different Interpreters.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjRecordSet

RecordSetBindable

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.