Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot quit visual Foxpro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
01649043
Message ID:
01649048
Vues:
67
>Hi
>
>I have a program which runs in a Windows 10 machine with the following code at the end of the program. The program runs every hour and usually takes about 20 minutes
>
>About twice a day it hangs up with a message "cannot quit visual Foxpro" Any ideas why?
>
>Colin
>
>
>
>IF (lcContentType = NULL ) THEN
> =MESSAGEBOX(loEmail.LastErrorText)
>wait window "err"
>
>ENDIF
>lnSuccess = loMailman.SendEmail(loEmail)
>eccmail = ""
>SET SAFETY on
>
>endif
>quit

Try adding

on shutdown
clear all

before quit.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform