Routines for tpm_bpr.kb


BprReportMain

File Name

tpm_bpr.kb

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]


Initialization

File Name

tpm_bpr.kb

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


PrintReportBody

File Name

tpm_bpr.kb

Syntax

PrintReportBody;

Parameters

None

Returns

Nothing

Side Effects

None

Description

This procedure prints the main text of the report

Dialog Forms Called

None


PrintReportTitle

File Name

tpm_bpr.kb

Syntax

PrintReportTitle;

Parameters

None

Returns

Nothing

Side Effects

None

Description

This procedure prints the title bar for the report

Dialog Forms Called

None


ProcessRecord

File Name

tpm_bpr.kb

Syntax

ProcessRecord;

Parameters

None

Returns

Nothing

Side Effects

None

Description

This procedure prints an individual record

Dialog Forms Called

None


ResetValuesInArray

File Name

tpm_bpr.kb

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


UpdateArrayValues

File Name

tpm_bpr.kb

Syntax

UpdateArrayValues;

Parameters

None

Returns

Nothing

Side Effects

updates several global variables

Description

This procedure updates several global variables

Dialog Forms Called

None