Drew Jensen wrote:
Just to follow up on that last post:

Opened Issue #87930

The workaround for the problem I used is:

If report is opened on desktop
 If report is Wizard generated
   Open ODB file
    Hide ODB window

Pros: File > Exit works - with or without quickstarter running

Cons: you can end up with some odb files opened and hidden...but no actual connections to them, so not too bad.

Well one more issue is opened - Issue 87957 - again only for embedded database documents ( Form or Report Wizard ) certain file menu items do not function if the document is opened *prior* to the ODB file being opened.

Through on top of this that it does not seem possible to recognize a Wizard report definition from a Builder report definition without actually opening the document and one last change to the flow of the extension:

For report opened to the desktop:

Open database document. ( ODB file )
Hide the database document
getConnection to datasource
Open the report
IF report.parent = NULL then
 close the database document
end if
dispose of the connection

With that reversal *everything* seems to work properly - all file menu items work for the report window for both types of reports.

That done and a few other of my mistakes having been cleared up...I think it is off to the extensions.services.oo.o site... :>)


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

Reply via email to