Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want my cake, why doesn't this work
Message
 
To
09/01/2001 01:08:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00460963
Message ID:
00461021
Views:
15
Ah, the old metaquitter - one of my favourites! <g>
>>>Just use the _vfp.Quit method
>>
>>But thats not as complicated as I want it to be (aka: doh!).
>
>OK, you want more complicated? Try this:
on shutdown iif(messagebox('Wanna Quit?', 4) = 6, ;
>  _vfp.DoCmd("_vfp.Quit"), '')
or this:
on shutdown iif(messagebox('Wanna Quit?', 4) = 6, ;
>  _vfp.DoCmd("_vfp.DoCmd('_vfp.Quit')"), '')
ROFL!


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Reply
Map
View

Click here to load this message in the networking platform