File Name
Syntax
PROCEDURE LoadGroupList( VAL w: Window, VAL controlName: String);
Parameters
w - window which contains the control to populate
controlName - control name in the dialog box which will contain the
list of groups
Returns
Nothing
Side Effects
None
Description
This function will populate a dialog box control with the list of all available groups (possibly excluding the currently logged group). The dialog box control will be cleared and then repopulated with the new list of groups.
Dialog Forms Called
None
File Name
Syntax
PROCEDURE LoadLocalGroupList( VAL w: Window, VAL controlName: String);
Parameters
w - window which contains the control to populate
controlName - control name in the dialog box which will contain the
list of groups
Returns
Nothing
Side Effects
None
Description
This function will populate a dialog box control with the list of all available groups ( possibly excluding the currently logged group ). The dialog box control will be cleared and then repopulated with the new list of groups.
Dialog Forms Called
None
File Name
Syntax
FUNCTION PickGroup ( VAL w: Window, REF multiSelectGroup_ID: LIST OF STRING, VAL multiOnOrOff: BOOLEAN ): BOOLEAN;
Parameters
w - window to create selection list on.
multiSelectGroup - destination list of Group IDs selected by user
multiOnOrOff - turn on or off the multi-selection capability
Returns
TRUE, if user successful in selection, FALSE otherwise
Side Effects
None
Description
This function will present a list of groups for selection. If one is selected successfully, then the function will return TRUE with the selected group stored in the reference parameter Group_id.
Dialog Forms Called
None
File Name
Syntax
FUNCTION PickLocalGroup ( VAL w: Window, REF multiSelectGroup_ID: LIST OF STRING, VAL multiOnOrOff: BOOLEAN ): BOOLEAN;
Parameters
w - window to create selection list on.
multiSelectGroup_ID - destination group IDs selected by user
multiOnOrOff - turn on or off the multi-selection capability
Returns
TRUE, if user successful in selection, FALSE otherwise.
Side Effects
None
Description
This function will present a list of groups for selection. If one is selected successfully, then the function will return TRUE with the selected group stored in the reference parameter Group_id.
Dialog Forms Called
None