File Name
Syntax
WebPickRights ( VAL parentWin: WINDOW, VAL mode: INTEGER, REF security: INTEGER )
Parameters
parentWin - parent Window handle
security - integer defining the security level
available to the user
Returns
Nothing
Side Effects
None
Description
This is the procedure used to call the knowledge rights administration dialog box.
Dialog Forms Called
security.dfc[pick_rights]
File Name
Syntax
WebPickRightsEvent( REF pickRights: PickRightsRec )
Parameters
pickRights - record containing the rights selected
Returns
Nothing
Side Effects
None
Description
This is the main event handler for the knowledge rights administration dialog box.
Dialog Forms Called
security.dfc[pick_rights]