File Name
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]
File Name
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
File Name
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
File Name
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
File Name
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]
File Name
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