!--a11y-->Returns the business document record-set associated with the combo engine.
Function GetListData( ) As Object
Returns the business document record-set associated with the combo engine.
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.
Modifying data in the record-set can result in unexpected behavior.
|
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 |