Hey Folks,
I've been handed a potential design and I have no experience with such a
scenario:
We are looking at putting Word .docs on a central web server. Barring
security and / or other limitations, how
would one access Word documents to retrieve and insert material? I am
particularly interested in solutions that would be platform-transparent
(e.g. the web server might be a UNIX server where Microsoft solutions are
not available)?
I'm mainly looking for a good starting point utilizing VBA to access and
update these .docs programmatically.
Thanks & Regards,
TC
TCook - 04 Aug 2006 10:21 GMT
Hey All,
I believe that I have found the right track. I should use XMLHTTP to upload
and download files to the webserver.
If anyone wants to add to that, feel free.
Regards,
TC
> Hey Folks,
>
[quoted text clipped - 14 lines]
>
> TC
Steve Rindsberg - 04 Aug 2006 17:31 GMT
> We are looking at putting Word .docs on a central web server. Barring
> security and / or other limitations, how
> would one access Word documents to retrieve and insert material?
You can open docs as read-only by using the full http:// path to the word file.
This works on at least the Solaris (unix running apache) boxes at my ISP.
Do you then need to save the docs back to the server?
Because of login requirements and such, that may complicate things but as a
quick test I just did this with a Word file:
File, Save As
ftp://username:password@mydomain.com/folder/folder/filename.doc
The user would need appropriate privileges to the server directory of course,
but the same'd be true of any shared folder, local or otherwise.
I am
> particularly interested in solutions that would be platform-transparent
> (e.g. the web server might be a UNIX server where Microsoft solutions are
[quoted text clipped - 6 lines]
>
> TC

Signature
--
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================