AccpacMultiuser Object

ACCPAC Common Controls

AccpacMultiuser Object

The AccpacMultiuser object provides methods to control multi-user access to ACCPAC. Multi-user access is controlled by performing locking on predefined resources.

Remarks

Avoid using the AccpacMultiuser object if possible. Locking should be done by views rather than by UIs or macros. Locking is especially dangerous when ACCPAC is running remotely over the Internet.

An object of this class cannot be created directly by applications. It should be obtained from the AccpacSession object's GetMultiuser property.

Locking can be done on the following resources:

  • a specific resource identified by a resource string

  • an application's data (identified by the organization ID of the database, together with the 2-letter application ID)

  • an organization's data (identified by the organization ID of the database)