OpenInsight startup option to hide Application Manager (OpenInsight 32-bit)
At 12 JUL 2012 11:38:44AM john bouley wrote:
In OI 9.21 how can I hide the Application Manager from the users. I have several who have discovered the Icon in the system tray and have started clicking. I am already using the /HE=1 and /DV=0 options but the AP Manager is still appearing.
Thank you,
John
At 12 JUL 2012 04:00PM Jared Bratu wrote:
Try switch /IDE=0 to hide the new application development screen.
At 12 JUL 2012 05:37PM john bouley wrote:
Same symptom.
We have our own login form. Before the user is fully logged in the application entry point form shows up in one window and a blank application manager shows up in another. Once the user fully loggs in, meaning the application entry form completes loading and the events are processed the Application Manager disappears. In previous versions of OI the App manager would not appear at all.
Is there something I could put into the startup of this form that would explicitly hide the app manager?
Thanks,
John
At 12 JUL 2012 06:11PM Carl Pates wrote:
John,
Does the /HI=1 switch work for you?
World leaders in all things RevSoft
At 13 JUL 2012 08:15AM Jared Bratu wrote:
Try all three IDE switches IDE, DV, and HE along with your application login.
/IDE=0 /DV=0 /HE=1 /AP=EXAMPLES /UN=EXAMPLES /PW=''
At 13 JUL 2012 08:47AM john bouley wrote:
The /HI=1 did the trick.
By the way, what does /HI stand for?
At 13 JUL 2012 08:56AM Carl Pates wrote:
HIDE I guess :)
World leaders in all things RevSoft
At 16 JUL 2012 08:05AM bill caisley wrote:
The OI Help says:
/hi = Hide Interface flag. (1 = Hide Interface, 0 = Display Interface). The default value is 0. This option determines whether the OpenInsight Interface screen is displayed or hidden during execution.