Routines for knowsec.kb


WebPickRights

File Name

knowsec.kb

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]


WebPickRightsEvent

File Name

knowsec.kb

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]