Routines for group_ww.kb


GroupAEVEvent

File Name

group_ww.kb

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]


GroupInquiryEvent

File Name

group_ww.kb

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


WorkWithGroups

File Name

group_ww.kb

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