axlViewHistoryResults
axlViewHistoryResults(
t_session
x_hsdb
)
=> t
Description
Display the results for the specified history item on the Results tab of the given session.
Arguments
Value Returned
|
The results for the specified history item are displayed in the Results tab. |
||
Examples
Displays the results for the specified history item on the Results tab.
session = (axlGetWindowSession)
=> "session0"
main_sdb = axlGetMainSetupDB(session)
first_history_sdb = axlGetHistoryEntry(main_sdb caadr( axlGetHistory(
main_sdb)))
axlViewHistoryResults(session first_history_sdb)
Return to top