Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot quit visual foxpro
Message
De
19/11/1998 17:25:23
 
 
À
17/11/1998 16:07:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00158501
Message ID:
00159565
Vues:
21
>>Hi,
>>
>>I created a login screen and allow only three chances to successfully login otherwise the program will terminate. This is what I have on the login button on the screen.
>>
>>IF nCount > 3 THEN
>> =MESSAGEBOX("Error Message goes here", 48, "Login Failed" )
>> ThisForm.Release
>> ON SHUTDOWN
>> QUIT
>>ENDIF
>>
>>And I keep on getting error "Cannot Quit Visual FoxPro" and I have no idea why. Any help or suggestion is appreciated.
>>
>>Steve
>
>You should call: ON SHUTDOWN Do MyQuitapp
>'MyQuitApp' is system procedure which will include CLEAR EVENTS.

Hi Edward,

I tried your tips above. It works fine when I am in the debug mode, but when I compiled into an executable. It gave me the same error message "Cannot Quit Visual FoxPro". Is there are another way to solve this problem ? Thanks again.

P.S. I am using Visual FoxPro 6.0
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform