File Name
Syntax
ProblemHistoryMainEvent ( v_probHist );
Parameters
ProblemHistoryRecord
Returns
Nothing
Side Effects
None
Description
This event is the main event handler for viewing problem history it can be invoked stand alone or can be called via a delegateEvent from any other event handler to add problem history processing to another notebook. When it is called as a delegateEvent it should not be allowed to process $msgCreate, $msgClose, or $msgDestroy. When the parent event handler wants to initialize the problem history page of its notebook it should send a REFRESH_PROBHISTLIST message to $Handle (which will then be delegated to ProblemHistoryMainEvent.
Dialog Forms Called
solpurge.dfc[about]
solpurge.dfc[command_help]
solpurge.dfc[sol_purge_config]
tivint.dfc[frm_tiv_swdist]
tivint.dfc[frm_tiv_rc]
tivint.dfc[frm_tiv_password]
tivint.dfc[frm_tiv_rc_admin]
File Name
Syntax
WorkWithProblemHistories ( whdl, condition );
Parameters
WINDOW - Window to parent the Problem History dialog
STRING - Select condition to use for querying of problem
history data
Returns
Nothing
Side Effects
None
Description
This function is used to create and process the Work with Problem History window. The records that are displayed are a factor of a select driven off of the condition parameter passed in.
Dialog Forms Called
resume.dfc[workwithprobhist]