File Name
Syntax
EVENT GroupAEVEvent(REF group: GroupEventRecord);
Parameters
group - record for carrying information for the event handler
Returns
Nothing
Side Effects
None
Description
This is the event handler for adding, editing, and viewing groups.
Dialog Forms Called
groups.dfc[skillform]
people.dfc[notifications]
groups.dfc[group_ccb_page]
File Name
Syntax
EVENT GroupInquiryEvent ( REF group: GroupEventRecord);
Parameters
group - record for carrying information for the event handler
Returns
Nothing
Side Effects
None
Description
This is the event handler for inquiring about groups.
Dialog Forms Called
None
File Name
Syntax
function WorkWithGroups(VAL whdl: WINDOW): WINDOW;
Parameters
whdl - window to which to attach the window for the
system action
Returns
The handle of the Work With Groups window.
Side Effects
None
Description
This function allows one to work with groups.
Dialog Forms Called
None