Interface RecordSetBindable
Description
In BBj 4.0 and higher, any BBjControl that supports binding to a BBjRecordSet implements the RecordSetBindable.
Subinterfaces
Implementing Classes
BBjCEdit, BBjCheckBox, BBjEditBox, BBjEditBoxSpinner, BBjInputD, BBjInputDSpinner, BBjInputE, BBjInputESpinner, BBjInputN, BBjInputNSpinner, BBjInputT, BBjInputTSpinner, BBjListBox, BBjListButton, BBjListEdit, BBjListSpinner, BBjNavigator, BBjSlider, BBjStaticText
Methods of RecordSetBindable
| Return Value | Method |
|---|---|
| void | bindRecordSet(BBjRecordSet recordset!, string fieldname) |
| string | getBoundFieldName() |
Methods of RecordSetBindable inherited from SimpleRecordSetBindable
| Return Value | Method |
|---|---|
| BBjRecordSet | getBoundRecordSet() |
| void | unbindRecordSet() |
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.