Startup UI Workspace Programmatically (OpenInsight Specific)
At 09 OCT 1998 01:04:52PM Dimitri wrote:
Is there a way to start up the UI Workspace Window from a Stored Procedure?
Thanks in advance,
Dimitri Mandelis
Dimitri@Clandt.com
At 09 OCT 1998 01:16PM Andrew P McAuley wrote:
Call Start_Window("UI_MAIN")
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 10 OCT 1998 10:38AM Dimitri wrote:
Thanks Andrew
Seems easy enough,
How would someone find that out without using this forum?
At 10 OCT 1998 11:18AM Andrew P McAuley wrote:
ermmmmm… being "World Leaders In All Things RevSoft" is a good starting point ;-^). Start_Window is docced and the fact that UI_Main is provided with full source was a help. Just general experience I guess. Blatant mouse-over plug
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 12 OCT 1998 10:08AM Don Bakke wrote:
Hi Dimitri,
This is really a matter of taking two common pieces of information, i.e. that UI_MAIN is an OI window and Start_Window is the function for launching OI windows, and putting them together. I'm sure Revsoft didn't explicitely write down anywhere how to do this very thing because 1) they could expend a lot of resources explain every possible way of incorporating all OI based tools, and 2) the UI workspace is probably not a tool that is normally embedded into an application in this way. I'm not even sure if it is within the license to do so in a runtime environment.
dbakke@srpcs.com