Oliver Brinzing wrote:
the following basic script will insert a form control into a spreadsheet.
but it is not possible to print the form control (have a look at the print
preview)

printing of the form control will only work after a save & relaod ...

any hints whats wrong ?

no problems so far with oo 2.0 ...

Form controls have to be on a special layer. This is still true for 2.0, even if printing happens to work otherwise. This should probably be enforced somewhere in the API implementation, but it isn't. So you should add a line like
    oControlShape.LayerName = "Controls"
and everything will be fine.

Niklas

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

Reply via email to