Hi
Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ?
sure !
I am calling it in my macro and getting an error about the URL parameter
which is "file:///tmp/file.ptt"
so seems as though the file URL is OK and the file is present.
wild guess
file.ppt not ptt which is an
Jerry ,
can you load a new empty document ?
oDocument =
StarDesktop.LoadComponentFromUrl("private:factory/swriter","_default",0,loadArgs())
what's the operating system ?
Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ?
I am calling it in my macro and getting an error abo
Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ?
I am calling it in my macro and getting an error about the URL parameter
which is "file:///tmp/file.ptt"
so seems as though the file URL is OK and the file is present.
The error is BASIC runtime... "type detection failed."
Is t