File Name
Syntax
BprReportMain;
Parameters
None
Returns
Nothing
Side Effects
None
Description
This procedure prints a brief problem report
Dialog Forms Called
watchdog.dfc[already_running]
watchdog.dfc[watchdog]
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
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