Routines for rctg_br.kb


BrowseChangeCategories

File Name

rctg_br.kb

Syntax

BrowseChangeCategories IS

Parameters

None

Returns

Nothing

Side Effects

None

Description

This routine handles the remote browsing of change categories.

Dialog Forms Called

r_ctg.dfc[change_category]


BrowseChangeCategoriesEvent

File Name

rctg_br.kb

Syntax

BrowseChangeCategoriesEvent( REF bsrCategories: HierarchyEventInstRec ) IS

Parameters

bsrCategories - Categories hierarchy event instance record

Returns

Nothing

Side Effects

None

Description

This routine browses a change category.

Dialog Forms Called

None


ClearChangeCategoryForm

File Name

rctg_br.kb

Syntax

ClearChangeCategoryForm( VAL wHdl: WINDOW, VAL clearMCLB: BOOLEAN ) IS

Parameters

Name - Type Description

whdl - Current window handle

clearMCLB - Boolean, If False this function will update onlysm

Returns

Nothing

Side Effects

None

Description

This routine clears the change category form fields.

Dialog Forms Called

None


InitializeChangeCategoryForm

File Name

rctg_br.kb

Syntax

InitializeChangeCategoryForm( REF bsrCategories: HierarchyEventInstRec,

Parameters

bsrCategories - Change Categories hierarchy event instance record

Returns

Nothing

Side Effects

None

Description

This routine initializes the change category form.

Dialog Forms Called

None


SelectChangeCategories

File Name

rctg_br.kb

Syntax

SelectChangeCategories(VAL w: WINDOW) IS

Parameters

w - Parent Window handler

Returns

Nothing

Side Effects

None

Description

This routine handles the remote selection of change categories.

Dialog Forms Called

r_ctg.dfc[change_category]


SetChangeCategoryFields

File Name

rctg_br.kb

Syntax

SetChangeCategoryFields( VAL wHdl: WINDOW, VAL chgCategory: CATEGORY_REC, VAL mode: STRING ) IS

Parameters

wHdl - Current window handle

chgCategory - Change category

mode - Add, Edit, View, Copy

Returns

Nothing

Side Effects

None

Description

This routine sets the change category fields.

Dialog Forms Called

None