Am Montag, den 26.12.2005, 19:20 -0600 schrieb Tam:
> Marc Santhoff wrote:
> 
> > Am Dienstag, den 27.12.2005, 00:21 +0100 schrieb Mathias Bauer:
> > 
> >>>Could some kind soul please tell me what's wrong?
> >>
> >>The message says it all: the URL is unsupported, mainly because it
> >>isn't
> >>a URL at all. Don't use system file names, you have to provide a valid
> >>URL: "file:///d:/OOo_Templates/Letterhead.odt" should work for you.
> > 
> > 
> > In Basic this can be done by using:
> > 
> > ConvertToUrl("D:\OOo_Templates\Letterhead.odt")
> > 
> > Have Fun,
> > Marc
> 
> 
> Hi, Marc -- thank you but what do I do with that statement?  Where 
> does it go?  I've tried before, after and instead of and "comingled 
> with" <g> the "oDesk.loadComponentFromUrl" statement and none of that 
> works.

oDesk.loadComponentFromUrl(ConvertToUrl("D:\OOo_Templates
\Letterhead.odt") ,"_blank", 0, mProps()

It returns a value representing a coorect URL made from a system
dependant path.

Have fun,
Marc



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to