Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
OI Crashing
I have an MDI with a ribbon control. On the ribbon there is a log out button.
Starting OI in development mode. Press the log out 2 time no problem. Press the log out the 3rd time OI stopped responding. ALL 3 times were exactly the same by pressing the "Launch App" button, then logging out.
Any ideas would be grateful.
TIA
Chris
Starting OI in development mode. Press the log out 2 time no problem. Press the log out the 3rd time OI stopped responding. ALL 3 times were exactly the same by pressing the "Launch App" button, then logging out.
Any ideas would be grateful.
TIA
Chris
Comments
Void = End_Window(MDI_Frame@)
RetVal = True$
Hope this helps.
Chris
Hope this helps.
Chris
Using an OLE event to close a form, especially the last form, of an application is usually problematic. Perhaps you are encountering something unique to the SRP Ribbon control, but what you are describing is a common problem with any OLE control. This is due to the nature of how OI processes OLE events.
Can you try to use a Post_Event(MDI_Frame@, 'CLOSE') call instead?
That seems to have fixed the crashing issue.
Chris