axlPutHistoryEntry
axlPutHistoryEntry(x_hsdbt_historyName) =>x_history/ nil
Description
Inserts or finds a history entry in the setup database and returns a handle to that entry.
Arguments
Value Returned
Examples
Inserts or finds the specified history entry in the setup database and returns the handle to that entry.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlPutHistoryEntry( data_sdb "data_design_verification" )
=> 1006
Related Topics
Return to top