Routines for radmn_bf.kb


R_AddParametersToOldCommand

File Name

radmn_bf.kb

Syntax

R_AddParametersToOldCommand(VAL this_Command: R_COMMANDS_REC) IS

Parameters

this_command - R_COMMANDS_REC

Returns

Nothing

Side Effects

None

Description

This routine adds parameters to a list of global commands.

Dialog Forms Called

None


R_CodesCommandsEvent_MsgCancel

File Name

radmn_bf.kb

Syntax

R_CodesCommandsEvent_MsgCancel(VAL w: WINDOW, REF this_Command: R_COMMANDS_REC ): INTEGER IS

Parameters

w - Window handler

this_command - R_COMMANDS_REC record

Returns

Nothing

Side Effects

None

Description

This routine handles the $MsgCancel message from "R_CodesCommandsEvent".

Dialog Forms Called

None


R_CodesCommandsEventBr_MsgCreate

File Name

radmn_bf.kb

Syntax

R_CodesCommandsEventBr_MsgCreate(VAL w: Window, REF this_Command: R_COMMANDS_REC, REF this_Parameter: R_PARAM_REC, REF itemCount:INTEGER ) IS

Parameters

w - Window handler

this_command - R_COMMANDS_REC record

this_Parameter - R_PARAM_REC record

itemCount - Integer

Returns

Nothing

Side Effects

None

Description

This routine handles the $MsgCreate message from "R_CodesCommandsEvent".

Dialog Forms Called

None


R_CodesEvent_gr_IMPACT_CODE_MES

File Name

radmn_bf.kb

Syntax

R_CodesEvent_gr_IMPACT_CODE_MES(VAL w: WINDOW, REF this_ImpCategory: R_IMP_CAT_REC ) IS

Parameters

w - Window handler

this_ImpCategory - R_IMP_CAT_REC

Returns

Nothing

Side Effects

None

Description

This routine handles the gr_IMPACT_CODE_MESSAGE message from "R_CodesEvent".

Dialog Forms Called

None


R_CodesEvent_gr_RISK_MESSAGE

File Name

radmn_bf.kb

Syntax

R_CodesEvent_gr_RISK_MESSAGE(VAL w: WINDOW, REF this_Risk: R_RISK_REC ) IS

Parameters

w - Window handler

this_Risk - R_RISK_REC

Returns

Nothing

Side Effects

None

Description

This routine handles the gr_RISK_MESSAGE message from "R_CodesEvent".

Dialog Forms Called

None


R_CodesEvent_gr_STATUS_MESSAGE

File Name

radmn_bf.kb

Syntax

R_CodesEvent_gr_STATUS_MESSAGE(VAL w: WINDOW, REF this_Status: R_STATUS_REC ) IS

Parameters

w - Window handler

this_Status - R_STATUS_REC

Returns

Nothing

Side Effects

None

Description

This routine handles the gr_STATUS_MESSAGE message from "R_CodesEvent".

Dialog Forms Called

None


R_CodesEventBr_MsgCreate

File Name

radmn_bf.kb

Syntax

R_CodesEventBr_MSGCreate(VAL w: Window, REF this_ImpCategory:R_IMP_CAT_REC, REF itemCount:INTEGER, REF this_Risk: R_RISK_REC, REF this_Status: R_STATUS_REC ) IS

Parameters

w - Window handler

this_ImpCategory - R_IMP_CAT_REC record

itemCount - Integer

this_Risk - R_RISK_REC record

this_Status - R_STATUS_REC record

Returns

Nothing

Side Effects

None

Description

This routine handles the $MsgCreate message from "R_CodesEvent".

Dialog Forms Called

None


R_CodesEventBr_MsgInitialize

File Name

radmn_bf.kb

Syntax

R_CodesEventBr_MsgInitialize(VAL w: Window, REF this_ImpCategory:R_IMP_CAT_REC, VAL FieldName: STRING, REF this_Risk: R_RISK_REC, REF this_Status: R_STATUS_REC ) IS

Parameters

w - Window handler

this_ImpCategory - R_COMMANDS_REC

FieldName - Field name from R_CodesEvent($FieldName)

this_Risk - R_RISK_REC record

this_Status - R_STATUS_REC record

Returns

Nothing

Side Effects

None

Description

This routine handles the MsgInitialize message from "R_CodesCommandsEvent".

Dialog Forms Called

None


R_CodesEventBr_MsgSelect

File Name

radmn_bf.kb

Syntax

R_CodesEventBr_MsgSelect(VAL w: Window, VAL FieldName: STRING ) IS

Parameters

w - Window handler

FieldName - Field name from R_CodesEvent($FieldName)

Returns

Nothing

Side Effects

None

Description

This routine handles the $MsgSelect message from "R_CodesEventBr".

Dialog Forms Called

None


R_FindCommandInList

File Name

radmn_bf.kb

Syntax

R_FindCommandInList(VAL thisCommand: R_COMMANDS_REC ): R_COMMANDS_REC IS

Parameters

thisCommand - Current commands record

Returns

Nothing

Side Effects

None

Description

This routine finds the current command in a global list of commands.

Dialog Forms Called

None


R_GetCommandMatchingMCLB

File Name

radmn_bf.kb

Syntax

R_GetCommandMatchingMCLB(VAL w: WINDOW, VAL field_Name: STRING, REF this_Command: R_COMMANDS_REC, VAL Command_List: LIST OF R_COMMANDS_REC ): INTEGER IS

Parameters

w - Current window

field_Name - Field name of the commands MCLB

this_Command - Record matching the selected item

Returns

Nothing

Side Effects

None

Description

This routine gets the command record matching the current MCLB selection.

Dialog Forms Called

None


R_GetImpactCodeMatchingMCLB

File Name

radmn_bf.kb

Syntax

R_GetImpactCodeMatchingMCLB(VAL w: WINDOW, VAL field_Name: STRING, REF this_Category: R_IMP_CAT_REC) IS

Parameters

w - Current window

field_Name - Field name of the impact code MCLB

this_Category - Record matching the selected item

Returns

Nothing

Side Effects

None

Description

This routine returns the impact code record matching the current MCLB selection.

Dialog Forms Called

None


R_GetRiskCodeMatchingMCLB

File Name

radmn_bf.kb

Syntax

R_GetRiskCodeMatchingMCLB(VAL w: WINDOW, VAL field_Name: STRING, REF this_Risk: R_RISK_REC) IS

Parameters

w - Current window

field_Name - Field name of the risk code MCLB

this_Risk - Record matching the selected item

Returns

Nothing

Side Effects

None

Description

This routine returns the risk code record matching the current MCLB selection.

Dialog Forms Called

None


R_GetStatusCodeMatchingMCLB

File Name

radmn_bf.kb

Syntax

R_GetStatusCodeMatchingMCLB(VAL w: WINDOW, VAL field_Name: STRING, REF this_Status: R_STATUS_REC) IS

Parameters

w - Current window

field_Name - Field name of the status code MCLB

this_Status - Record matching the selected item

Returns

Nothing

Side Effects

None

Description

This routine returns the status code record matching the current MCLB selection.

Dialog Forms Called

None


R_PerformCommandViewBr

File Name

radmn_bf.kb

Syntax

R_PerformCommandViewBr(VAL w: WINDOW, VAL field_Name: STRING, REF this_Command: R_COMMANDS_REC ) IS

Parameters

w - Window handler

FieldName - Field name from R_CodesEvent($FieldName)

this_command - R_COMMANDS_REC record

Returns

Nothing

Side Effects

None

Description

This routine allows for the viewing of a command record.

Dialog Forms Called

radmn.dfc[exit_commands]


R_ProcessCommandEntryFields

File Name

radmn_bf.kb

Syntax

R_ProcessCommandEntryFields(VAL w: WINDOW, REF this_Command: R_COMMANDS_REC, VAL type: INTEGER) IS

Parameters

w - Current window

this_Command - Current command record

type - Type of operation to R_Perform

Returns

Nothing

Side Effects

None

Description

This routine handles screen display issues for commands.

Dialog Forms Called

None


R_ProcessImpCategoryEntryFields

File Name

radmn_bf.kb

Syntax

R_ProcessImpCategoryEntryFields(VAL w: WINDOW, REF this_ImpCategory: R_IMP_CAT_REC, VAL type: INTEGER) IS

Parameters

w - Current window

this_ImpCategory - Impact category record

type - Type of processing load|extract|initialize

Returns

Nothing

Side Effects

None

Description

This routine handles display issues for impact codes.

Dialog Forms Called

None


R_ProcessParameterEntryFields

File Name

radmn_bf.kb

Syntax

R_ProcessParameterEntryFields(VAL w: WINDOW, REF this_Parameter: R_PARAM_REC, VAL type: INTEGER): INTEGER IS

Parameters

w - Current window

this_Parameter - Current parameter record

type - Type of operation to R_Perform

Returns

Nothing

Side Effects

None

Description

This routine handles display issues for parameters of commands.

Dialog Forms Called

None


R_ProcessRiskEntryFields

File Name

radmn_bf.kb

Syntax

R_ProcessRiskEntryFields(VAL w: WINDOW, REF this_Risk: R_RISK_REC, VAL type: INTEGER) IS

Parameters

w - Current window

this_Risk - Current risk code record

type - Type of operation to perform

Returns

Nothing

Side Effects

None

Description

This routine handles display issues for risk codes.

Dialog Forms Called

None


R_ProcessStatusEntryFields

File Name

radmn_bf.kb

Syntax

R_ProcessStatusEntryFields(VAL w: WINDOW, REF this_Status: R_STATUS_REC, VAL type: INTEGER) IS

Parameters

w - Current window

this_Status - Current status record

type - Type of operation to perform

Returns

Nothing

Side Effects

None

Description

This routine handles display issues for status codes.

Dialog Forms Called

None