Hi Marc,

>> I was trying to use a css.io.Pipe to connect the two active data sources
>> (doc.storeToUrl and XParameter.setBinaryStream).
>>
>> Using dbase I succeeded in writing othe train to ut a doc this way, for
>> mysql or hsql the office hangs.
> 
> Now known as issue 94027, targeted to 3.1.

Now resolved as INVALID, after I debugged a little bit into it ...

Look into the issue for a detailed reasoning why your sample macro is
broken, and OOo does exactly what you requested it to do.

The proper macro has an additional "oPipe.closeOutput" right after
writing the document into the pipe, but before passing the pipe to
setBinaryStream.

(Strictly, the implementation of setBinaryStream for the dBase driver is
broken, as it does *not* do what your macro requests it to do.)

Ciao
Frank

-- 
Frank Schönheit                         StarOffice/OpenOffice.org Base
[EMAIL PROTECTED]                    +49 40 23 646 663 / +66663
Sun Microsystems Germany                         Hamburg, Nagelsweg 55
----------------------------------------------------------------------

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

Reply via email to