File Name
Syntax
r:= CountWorkHist(VAL prob_id:STRING );
Parameters
prob_id, id of the problem to act upon
Returns
the count of the number of work history records associated
with the problem passed in.
Side Effects
None
Description
This function returns the number of work history records associate with a particular problem
Dialog Forms Called
None
File Name
Syntax
Initialization;
Parameters
None
Returns
Nothing
Side Effects
initializes global printing variables
Description
This procedure initializes the global variables used in this module.
Dialog Forms Called
None
File Name
Syntax
PrintReportBody;
Parameters
None
Returns
Nothing
Side Effects
None
Description
This procedure prints the main text of the report
Dialog Forms Called
None
File Name
Syntax
PrintReportTitle;
Parameters
None
Returns
Nothing
Side Effects
None
Description
This procedure prints the title bar for the report
Dialog Forms Called
None
File Name
Syntax
ProcessRecord;
Parameters
None
Returns
Nothing
Side Effects
None
Description
This procedure prints an individual record
Dialog Forms Called
None
File Name
Syntax
ProcessWorkHist(VAL prob_id:STRING, ref worklist: list of workhistrec );
Parameters
prob_id: id of the problem to act upon
worklist: list of work history records for the problem passed in
Returns
all of the work history records associated with the
problem passed in.
Side Effects
None
Description
This procedure returns the work history records associate with a particular problem
Dialog Forms Called
None
File Name
Syntax
ReportMain;
Parameters
None
Returns
Nothing
Side Effects
None
Description
This procedure prints a detailed problem report
Dialog Forms Called
watchdog.dfc[already_running]
watchdog.dfc[watchdog]
File Name
Syntax
ResetValuesInArray(VAL level:Integer);
Parameters
level: starting possition in arrays to assign
Returns
Nothing
Side Effects
updates several global variables
Description
This procedure updates several global variables beginning with the one designated by the value of level and ending with the highest one.
Dialog Forms Called
None
File Name
Syntax
UpdateArrayValues;
Parameters
None
Returns
Nothing
Side Effects
updates several global variables
Description
This procedure updates several global variables
Dialog Forms Called
None