Hi,
I want to store a document in server using webDAV. When I
call the Documents object SaveAs method, it works well
for .doc files (FileFormat:=wdFormatDocument). But when I
give the Format as wdFormatRTF(6) it is not storing the
file in server. At the same time when i save the same file
in Word application to that url it saves the file in
server. If any one knows the answer for this problem,
please let me know. It would be great help for me to go
forward.
Note : Saving the RTF in local disk works well through the
same code.
Here is my code to save the doc file.
sUrl = "http://localhost:8080/webdav/sample.doc"
'oDoc.SaveFormat = wdFormatDocument
oDoc.SaveAs sUrl, 6
Here is my code for RTF
sUrl = "http://localhost:8080/webdav/sample.rtf"
'oDoc.SaveFormat = wdFormatRTF
oDoc.SaveAs sUrl, 6
Thanks in advance..
Best Regards,
Prabhakar .N
ObjectOrb Technologies Pvt. Ltd.
Regards,
Prabhakar N.
ObjectOrb Technologies Pvt. Ltd.
Ph : 91-80-2352 9525.
lostinspace - 05 Jul 2004 22:58 GMT
----- Original Message -----
From: "Prabhakar" <>
Newsgroups: microsoft.public.word.web.authoring
Sent: Monday, July 05, 2004 4:50 AM
Subject: ms word problem in document.saveas method
> Hi,
>
[quoted text clipped - 28 lines]
> Prabhakar .N
> ObjectOrb Technologies Pvt. Ltd.
A google groups on "webdav+Word":
http://groups.google.com/groups?q=webdav%2BWord&ie=UTF-8&hl=en&btnG=Google+Search
Prabhakar N - 06 Jul 2004 06:57 GMT
>-----Original Message-----
>----- Original Message -----
[quoted text clipped - 41 lines]
>
>.
Thanks for your reply, but i couldn'd find solution for my
problem in those groups.