axlGetHistoryEntry
axlGetHistoryEntry(x_hsdbt_historyName) =>x_history/ nil
Description
Finds the specified history entry in the setup database and returns the handle to that entry.
Arguments
Value Returned
Examples
Finds the history entry data_design_verification in the setup database and returns its handle.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
if( axlGetHistoryEntry( data_sdb "data_design_verification" )==0
error( "Failed to get history item named 'data_design_verification'" ) )
=> 1004
Related Topics
Return to top