axlReadHistoryResDB
axlReadHistoryResDB(t_historyName[?sessiont_sessionName] ) =>h_ResultsDBObj/ nil
Description
Returns a handle to the results database saved with the specified history.
This handle is similar to the handle that is returned by the axlReadResDB function, You can use this handle to access various database objects in the result. For more details, refer to axlReadResDB.
Arguments
Value Returned
Examples
The following code returns a handle rdbHandle to the results database for a history named CornerResults:
sess=axlGetWindowSession(window(3))
rdbHandle=axlReadHistoryResDB("CornerResults" ?session sess)
=>axlrdb@0x1949a418
Return to top