Show TOC Entering content frame

GetListData

Returns the business document record-set associated with the combo engine.

Syntax

Function GetListData( ) As Object

Return Values

Returns the business document record-set associated with the combo engine.

Remarks

The data in the record-set is used to populate the drop-down list of a combo control in the user interface. The object returned should be used as a read-only record-set.

Caution 

Modifying data in the record-set can result in unexpected behavior.

Error Data

Error Code

Error message

Reason

E_CE_NOTINITIALIZED

“ComboEngine is not Initialized. Cannot use the ComboEngine”

When the combo engine was created, the Initialize function failed

E_CE_NOLISTENGINE

“No valid ListEngine component exists with the ComboEngine”

A ListEngine is not associated with the combo engine. The combo engine may have failed to create the ListEngine

E_BOF_POINTER

"An invalid (NULL) pointer was passed to the function as a parameter"

A null parameter was passed

 

Leaving content frame