Hi,

seems, the property "Hidden=false" is not supported for report-documents.

I tried the following fragment:

aProp(0).Name = "ActiveConnection"
aProp(0).Value = xConnection
aProp(1).Name = "OpenMode"
aProp(1).Value = "open"
aProp(2).Name = "Hidden"
aProp(2).Value = true

report=reports.loadComponentFromURL(sReportName,"_blank",0,aProp())
        
When inspecting the report object in the Basic Observer window or with XRay tool, soffice crashes.

If I don't do so, but try to save with

report.storeToURL(fullName,args()) ,

I get a DisposedException.

With "Hidden=false" all works fine.

Any hints (of course I'll file an issue)?

Regards

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org
For additional commands, e-mail: dev-h...@dba.openoffice.org

Reply via email to