perform off (OpenInsight 32-Bit)
At 27 OCT 2004 09:32:26PM William Ng wrote:
Is there anyway to do perform "off" in oi7 like in arev?
At 27 OCT 2004 09:42PM Warren Auyong wrote:
utility("DESTROY","SYSTEM")???
At 27 OCT 2004 10:00PM William Ng wrote:
Thanks, i will try it out.
Why is there "???" ?:)
At 27 OCT 2004 11:39PM William Ng wrote:
Thanks again for the info.
It works if i call my subroutine from my form but if i run it from the system editor with the run command the utility gives me this message
"The stored procedure can be executed in event-context only"
What does this means? Is it that the utility can only be used from a form?If so what is the alternative?
At 27 OCT 2004 11:57PM Ray Chan wrote:
Try the system monitor.
At 28 OCT 2004 12:24AM William Ng wrote:
Yes, it is working from the system monitor.
Thank you.
What does this means?Why it can run in system monitor but not in system editor?I am very curious here:)
At 28 OCT 2004 12:35AM Warren Auyong wrote:
I was going from memory and wasn't completely sure :)
At 28 OCT 2004 12:45AM William Ng wrote:
Thanks.
You got great memory, it worked.
At 28 OCT 2004 02:52AM support@sprezzatura.com wrote:
See online help for IsEventContext
support@sprezzatura.com
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 28 OCT 2004 04:43AM William Ng wrote:
Does this means that "utility" will only work with a window?
I mean i must have a window and the "utility" being called by some of the event of the window.Event context means window, right?
If so, what about collector window?Is the program considered runnning in an event context?
At 28 OCT 2004 04:46AM support@sprezzatura.com wrote:
Event Context means it is called from a program in the event chain - to get technical it is being executed by Presentation Server rather than OpenEngine. So if the collector is a Window it is operating in event context.
support@sprezzatura.com
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 28 OCT 2004 05:04AM William Ng wrote:
Thanks for the info :)
What about the program that is calling the collector window, is it running in an event context? Or it depends where i execute it.If i execute it in system editor, its not.If i execute it from system monitor, then it is.So in what situation will program be run from the openengine and not the presentation server?Application that we develop will always run from the presentation server right?Is there another command to do the same as perform "off" in the openengine layer?
At 28 OCT 2004 07:04AM support@sprezzatura.com wrote:
Generally apps only run from the engine if accessed via the web or XREV. When developing the situation is different as you can be using external EXEs which are accessing the engine directly. There is no documented way of just logging off other than a utility destroy or a CLOSE event sent to the main window. OENGINE as a windows executable obeys the usual windows messages.
support@sprezzatura.com
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 29 OCT 2004 12:56AM William Ng wrote:
Thanks for the explanation.
You all are great helps.