Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On Shutdown woes
Message
From
27/08/1997 07:14:41
 
 
To
26/08/1997 22:03:15
Renato De Giovanni
Via Fractal Information Systems
São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00046898
Message ID:
00047092
Views:
27
>>Hi everyone.
>>
>>I am trying to write an on shutdown routine that will work just like my file - exit routine. It goes something like this:
>>
>>FUNCTION OnShutdown()
>>IF goapp.glOK2Quit THEN
>> goapp.glOK2Quit = .F.
>> IF goApp.CleanUp()
>> RELEASE goApp
>> ELSE
>> goapp.glOK2Quit = .F.
>> ENDIF
>>ENDIF
>>
>>The code works fine when executed from the menu. On different occasions, I get the error "A stored Procedure is executing" on CLOSE DATA ALL after I have release my application aobjecvt and reset the environment. Why is this happening and what can I do about it?
>
>Hi Marcia,
>
>Does this code also work fine if you try to exit during a transaction?
>
>The "on shutdown" routine I use is a little more complicated in order to avoid these situations (user cannot quit if there's still some code running...). It can be done by checking the "program chain" being executed using a loop and the PROGRAM()command.
>
>Renato
Hi Renato.

When I exit from the menu it works just fine. But right now I do not have any transactions to deal with. I am just in the process of building and testing my little baby framework for the application I am developing. Thanks for the info...when I begin getting into transaction blocks, I can head trouble off at the pass. I found that my ON SHUTDOWN routine quit giving me errors when I issued a QUIT instad of a RETURN at the end of it.

Thanks for the response.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform