Returns the business document layer record-set associted with the list engine.
Syntax
Function GetRecordset( ) As Object
Return Values
Returns the business document layer record-set associated to the list engine.
Remarks
It performs a database access, if necessary.
Error Data
Error Code |
Error message |
Reason |
E_BOF_POINTER |
"An invalid (NULL) pointer was passed to the function as a parameter" |
A null parameter was passed to the function |
E_BOF_METHODFAILED |
" Method GetRecord-set of ListEngine Failed. !" |
The transaction name, segment name was invalid, or it failed to retrieve the records |
E_BOF_QI_IDISPATCH |
"Could not retrieve Dispatch pointer of the associated Record-set" |
Failed to retrieve the dispatch interface from the rusiness root object associated with the list engine. This may be because the pointer with the list engine may be corrupted |
E_LE_NOTINITIALIZED |
"ListEngine is not Initialized. Cannot use the ListEngine." |
When the list engine was created, Initialize failed |