OR_MAIN (OpenInsight 32-Bit)
At 18 MAY 2004 01:14:26PM Jim Vaughan wrote:
If I call the following from the a menu event on MAIN_TACTIC
CALL START_WINDOW("ORMAIN","MAIN_TACTIC","","","")
Then report builder opens.
When I close report builder both the main application (MAIN_TACTIC) and report builder exit (close down).
Any ideas why this might be?
At 18 MAY 2004 02:40PM Sean FitzSimons wrote:
Jim,
I ran your event code from my test app (OI 7.0.1). I could not duplicate the closing of the main form.
I ran the following:
CALL START_WINDOW("ORMAIN","TESTING_MDI","","","")
I closed from the Close button on the window(X), alt+f4, and File, Exit and it did not close the MDI.
Sean
At 18 MAY 2004 03:27PM Jim Vaughan wrote:
Ho hum.
If I have the main OI main ide window open then the application does not close. However it does give focus to the OI main form when I close OR_MAIN, the ide jumps to the foreground on top of main_tactic.
If I have the Engine and main OI ide window hidden then the closing of OR_MAIN shuts down the application.
Any ideas on what might cause this?
At 18 MAY 2004 07:19PM Jim Vaughan wrote:
If I change the code to look this:
CALL START_WINDOW("ORMAIN32","MAIN_TACTIC","","","")
The problem goes away.
I also assume that I should be using ORMAIN32 and not ORMAIN, correct?
At 19 MAY 2004 08:02AM Sean FitzSimons wrote:
Jim,
Well, ORMAIN32 is the window for the new Report Builder+ which was released with OI 7.0. It is a more robust tool than the Report Builder (ORMAIN) and all repository entries for RBLAYOUT will execute using the new ORMAIN32 window.
Sean