Interface RecordSetBindable::getBoundFieldName

Description

In 5.0 and higher, this method returns the field name that is bound to this control.

Syntax

ReturnValue

Method

string

getBoundFieldName()

Parameters

None.

Return Value

Returns the field name bound to this control, if any. If the control is not bound to a record set, then returns an !ERROR=80.

Remarks

This method is only valid for the followingdataboundcontrols:
BBjStaticText(text)
BBjEditBox(text)
BBjCheckBox(number: zero = checked, non-zero = unchecked)
BBjCEdit(text)
BBjListBox(text :causes item to be selected in the list)
BBjListButton(text: causes item to be selected in the list)
BBjListEdit(text: updates the edit box)
BBjInputE(text)
BBjInputN(number)
BBjInputD(See:Data Aware Grid Channels -BBj)
BBjNavigator(text: updates the navigator label)

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

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