Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do canceled
Message
De
25/03/1999 16:34:04
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00202075
Message ID:
00202110
Vues:
18
>Hi Bob,
>
>>When I exit my application (exe), I get a little "Do canceled" for about 1 second in the upper right corner of the screen in a "wait window" style box. Is there some way to turn this feature off.
>
>You could try SET NOTIFY OFF. Another possibility is to exit the application by RETURNing from the main program instead of using CANCEL or QUIT.
>
>Christof

I wasn't exiting with a cancel, as my code resd:

if version(2) = 0 && RunTime (exe)
quit
else
cancel
endif

I tried set notify off, but it didnt't work for me.

RETURNing from the main program; however, did exactly what I wanted.

Thanks to all for your assistance.

Bob
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform