ProgramName

ACCPAC Common Controls

AccpacSession.ProgramName

Returns the program name (6-character Roto ID) of the current application. This is the program name that was passed into the Init method to initialize the session.

Property ProgramName As String
(read-only)

Remarks

The program name is set when the object is initialized by calling Init. This property is only available after the session is opened. It returns an empty string ("") if the session is not open.

A Roto ID consists of the 2-letter application ID followed by 4 digits.