I use the 2.4 versión of openOffice on windows, I like to modify a document
wich I have allocated in my webdav server.
I can open this document but only in read only mode. I like to do this with
macros. I include my code.
*

**Sub Main*
*dim docServidor as object*
*dim Dummy()*
*dim oDesktop as object*

*oDesktop = createUnoService("com.sun.star.frame.Desktop")*
*docServidor =  oDesktop.loadComponentFromURL("vnd.sun.star.webdav://
127.0.0.1/uploads/usuario1.ods", "_blank", 0, Dummy)*

*docServidor.store()*
*End Sub


*
Thanks and best regards.

Reply via email to