老问题——Word在线编辑,我用dsoframer.ocx,用过的或者感兴趣的朋友进来看看......
hfwpq 2005-04-14 11:38:14 在技术支持:http://support.microsoft.com/default.aspx?scid=kb;en-us;311765 上对于保存功能描述中明明写了可以在线编辑,但要在服务器上配置FPSE或WebDAV。
You can also save to a Web folder on a remote server if that server supports either Microsoft FrontPage Server Extensions (FPSE) or the Web Distributing Authoring and Versioning (WebDAV) protocol extension for HTTP. The following code shows a new file that is saved to a remote file server
而且好心的微软还给了例子:
DsoFramer1.CreateNew "PowerPoint.Show"("Word.Document")
' Let user edit the document, then save it.(这里的注释让我兴奋了一下)
DsoFramer1.Save "http://myserver/mypresentations/test.ppt"
我配置了FP服务扩展,可是在保存到服务器时却报错“进程无法访问此文件,因为另一个程序正在使用此文件”,而我保存在本地是没问题的,我想知道是什么正在使用此文件,到底为何报错。能解决吗?