Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quit Word without Display Alerts
Message
De
20/03/2003 14:26:16
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00768067
Message ID:
00768247
Vues:
18
Hi Steve.

Hi, I am trying to quit a word document without saving but keep getting the message do you want to save the file. Does anyone know how to get around this?

All you need to do is send .F. as the parameter when you call the quit() method. This tells Word, "don't nag me, just quit":

*** Make sure we get no prompt to save changes
oWord.Quit( .F. )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform