For the last several years, I have been used to having to "swap" back to a "view" schema context IDE form, from a model schema context IDE form, to start our application that resides in the view schema. I have now created a new "A_LaunchViewApp" application, so that it is the 1st application in the model schema and therefore the "default" application unless over-ridden. This application simply has two lines of code in its initialise method:
Code: Select all
app.startApplication( 'OurViewSchemaName', 'OurAppName' );
terminate;
Cheers,
BeeJay.
PS: It won't help if you want to run the session in the debugger but I still find it useful enough that I thought it was worth sharing the tip with the rest of you.