Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save and SaveAs in Word
Message
De
13/08/2001 00:21:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Save and SaveAs in Word
Divers
Thread ID:
00542882
Message ID:
00542882
Vues:
52
OK,

I put the last request in the wrong area. I have a piece of code that Cetin had sent to someone concerning mailmerge
I use it to start word allowing the end user to edit filename passed in. Works great except I need to insure end user
can not rename the file 1st scenario and Can not access the save or saveas buttons 2 scenario so we can control
the name of the file user is working on. Thought adding command

oWord = GetObject("","word.basic")

With oWord
.FileNew(myFile)
.appShow
*!* Allow user to edit it and then to save it
EndWith
*!* Use something like this
.SaveAs(myFile,".doc")
*!* or this...
.Save(myFile,".doc")
.SaveAs = 0 && False no dialog

I get no errors but the saveas and save dialogs always comes up and allows me to do anything...
Please Help and thanks in advance...Not Cetin's problem this is my problem not his code failing.

Do it Right! Not Over...
Cecil
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform