SetUserAccess(AccessMode As Integer)

Application object

Sets the access mode for the current user to a specific mode. The specified value must be a bit mask where each bit has the following meaning:

Bit no.

Meaning

1

Administrator permissions. Can access all modules and change anything.

2

Manager access. Can only access FORMS Manager.

3

Scan access. Can only access FORMS Scan.

4

Interpret access. Can only access FORMS Interpret.

5

Verify access. Can only access FORMS Verify.

6

Transfer access. Can only access FORMS Transfer.

Example: If you want to define a user who can run the Interpret and Verify module s, supply a value with bit s 4 and 5 set to 1. The decimal value will then be 24.

GetUserAccess

The Application object