Hi,
I want to open a word document located on my webserver using the dsofile object from microsoft, but I can't get it to open the file.
I can get it to work when I use my local drive as the location of the document :
MyWordFile.Open("c://mydocs//document.doc", false, DSOFile.dsoFileOpenOptions.dsoOptionOpenReadOnlyIfNoWriteAccess), but that's not what I want
grtz
Leoni
I want to open a word document located on my webserver using the dsofile object from microsoft, but I can't get it to open the file.
I can get it to work when I use my local drive as the location of the document :
MyWordFile.Open("c://mydocs//document.doc", false, DSOFile.dsoFileOpenOptions.dsoOptionOpenReadOnlyIfNoWriteAccess), but that's not what I want
grtz
Leoni