CheckUserApplicationAccess Method

Checks the user's access to an application feature.

Syntax

object.CheckUserApplicationAccess(bstrUserID, nApplicationID, pbAccess, [bQuiet])

Properties

The CheckUserApplicationAccess method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

bstrUserID

String. The user ID for the user.

nApplicationID

Long. Numeric identifier associated with the application feature. For a list of application IDs, refer to the FIXcheckApplicationAccess method.

pbAccess

Boolean. Returns True if the user has access to the specified application feature, or False if the user does not have access.

bQuiet

Boolean. (Optional). If set to True, you prevent security violation messages from being sent to the alarm system when this access check fails. If set to False, iFIX sends a security violation message. The default value is False.

 

Example

Applies To