IsRemote

ACCPAC Common Controls

AccpacSession.IsRemote

Returns whether the current session is accessing a remote or out-of-process ACCPAC server.

Property IsRemote As Boolean
(read-only)

Remarks

A session is a remote when the AccpacSession object is created on a remote machine or out-of-process (with regard to the application) on the local machine. An application accesses an out-of-process ACCPAC server whenever RemoteConnect is called to connect to a server, even if the application is running on the same machine as the web-deployed ACCPAC server.

To determine whether ACCPAC is running on the local machine (regardless of the session being in-process or out-of-process), call IsServerMachine instead.

This property is always FALSE if web-deployment was not set up and the ACCPAC programs are installed locally.