Routines for right_br.kb


LoadRightsFromMask

File Name

right_br.kb

Syntax

LoadRightsFromMask ( VAL mask: INTEGER,REF rightList: LIST OF STRING )

Parameters

mask - security mask to search against

rightList - list of rights that are available according to the mask

Returns

Nothing

Side Effects

None

Description

This function is used to load the available rights for a specific user based on the security mask passed in. Will compare the security mask passed against all system rights and creates a list of rights corresponding to the mask.

Dialog Forms Called

None


PickRight

File Name

right_br.kb

Syntax

PickRight( VAL w: Window, REF multiSelectRightList: LIST OF RightsRecord ): BOOLEAN

Parameters

w - window handle

multiSelectRightList - list of rights record selected

Returns

TRUE if selected a right, FALSE if cancel

Side Effects

None

Description

This function allows the user to pick a right.

Dialog Forms Called

None