Hi Thomas,
thank you very much for your reply... It was nearly the same time we solved the thread and I didn't see you wrote an answer already.
There was only a simple typo, you wrote 'uno_package' instead of 'uno_packages'. Nevertheless the macro won't run, but the office unfortunately crashes. I wrote #i49388# for the crash.
that's right! I made the same experience...
Even after #i49388# is fixed, please be aware of the fact, that your macro won't run in the context of your document. Invoking macros from commandline is done asynchronously, which means that the macro might run before the document is fully loaded. If you want to run the macro in the document context, add the macro to your document and create an event binding.
This test was just to try the invocation and the syntax of the URL-String. Now, as I know the invocation works (a crash is a little bit more than a error message in this case :-)), it's clear that I either have to call a macro that doesn't need a current-document-context or attach the macro to a document if I needs a context.
thanks
Christoph
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
