Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quit Word without Display Alerts
Message
From
20/03/2003 14:26:16
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00768067
Message ID:
00768247
Views:
20
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. )
Previous
Reply
Map
View

Click here to load this message in the networking platform