Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exit of an application
Message
From
25/07/2006 18:57:35
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
25/07/2006 18:52:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MySQL
Miscellaneous
Thread ID:
01139982
Message ID:
01139985
Views:
17
>hi
>i got a problem, i created a .exe program with a menu and a main program and i works
>but the problem is that when i want to quit i get a message box that say
>"cannot quit visual foxpro" and it never quit.

I think you should check the ON SHUTDOWN command. Typically, this would be called from the "File | Exit" menu, but it will also be called when the user tries to shut the main VFP window. The procedure called will typically:

  • Finish a READ EVENTS loop (please check this command, if you don't know it - this should also be part of your application), with the corresponding CLEAR EVENTS command.
  • CANCEL, to return to the main VFP window. If CANCEL is called from a runtime version, it will quit alltogether.

    Saludos,

    Hilmar.
    Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform