Routines for rctg_ww.kb


AcceptChangeCategoryForm

File Name

rctg_ww.kb

Syntax

AcceptChangeCategoryForm( VAL addMode: STRING ) IS

Parameters

addMode - mode for the node.

Returns

Nothing

Side Effects

None

Description

This routine accepts the change category form.

Dialog Forms Called

None


AddOrCopyChangeCategory

File Name

rctg_ww.kb

Syntax

AddOrCopyChangeCategory IS

Parameters

None

Returns

Nothing

Side Effects

None

Description

This routine adds or copies a change category.

Dialog Forms Called

None


BuildChangeCategoriesList

File Name

rctg_ww.kb

Syntax

BuildChangeCategoriesList(VAL altKey: STRING, VAL itemsCheck: INTEGER) IS

Parameters

altKey -

itemsCheck -

Returns

Nothing

Side Effects

None

Description

This routine builds a list of change categories.

Dialog Forms Called

None


EditChangeCategory

File Name

rctg_ww.kb

Syntax

EditChangeCategory IS

Parameters

None

Returns

Nothing

Side Effects

None

Description

This routine edits a change category.

Dialog Forms Called

None


EditIfMultipleOK

File Name

rctg_ww.kb

Syntax

EditIfMultipleOK IS

Parameters

None

Returns

Nothing

Side Effects

None

Description

This routine checks to see if this child node has parent nodes prior to editing it. If there are multiple parent nodes, then prompt the user of this fact and ask if it is alright to continue editing.

Dialog Forms Called

None


GetChangeCategoryFields

File Name

rctg_ww.kb

Syntax

GetChangeCategoryFields IS

Parameters

None

Returns

Nothing

Side Effects

None

Description

This routine retrieves the category organization name, category name, and category description.

Dialog Forms Called

None


R_Validate_Adhoc_Value

File Name

rctg_ww.kb

Syntax

R_Validate_Adhoc_Value( VAL w: WINDOW ) IS

Parameters

w - Window handle

Returns

Nothing

Side Effects

None

Description

This routine ensures that the "Adhoc" data entry field is not disabled unless there is at least 1 associated model.

Dialog Forms Called

None


RequiredFieldsProvided

File Name

rctg_ww.kb

Syntax

RequiredFieldsProvided: BOOLEAN IS

Parameters

None

Returns

Boolean

Side Effects

None

Description

If either the category or description fields are unknown then this routine displays an error message.

Dialog Forms Called

None


WWChangeCategories

File Name

rctg_ww.kb

Syntax

WWChangeCategories IS

Parameters

None

Returns

Nothing

Side Effects

None

Description

This is the wrapper routine used with the "Work With Change Categories" system action.

Dialog Forms Called

r_ctg.dfc[change_category]


WWChangeCategoriesEvent

File Name

rctg_ww.kb

Syntax

WWChangeCategoriesEvent( REF wwCategories: HierarchyEventInstRec ) IS

Parameters

wwCategories - categories hierarchy event instance record

Returns

Nothing

Side Effects

None

Description

This is the event routine for adding and editing Change Categories.

Dialog Forms Called

None