Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save and SaveAs in Word
Message
From
13/08/2001 00:21:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Save and SaveAs in Word
Miscellaneous
Thread ID:
00542882
Message ID:
00542882
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform