Hy guys,
i have a little problem you will see it in my test.odb file. I started with openoffice and now i am useing Libreoffice.
You can get it from my post in the German forum:
Fehler beim Bericht schließen durch ausgeblendete GUI - OpenOffice.info
I post this problem in some forums. In the German forum you will find the links to the other sites.
You need some Extension to run it:
(Libreoffice: Reportbuilder available)
Switchboard http://extensions.openoffice.org/de/search/node/switchboard
Oracle Reportbuilder http://extensions.openoffice.org/de/search/node/report%20builder
And you have to register the database in openoffice!
If you open the file you will see the switchboard. There you can open the form “Mitarbeiter”. Now mark one and press the button “bericht”.
A report will be created.
If you close the Report by clicking on x the report will be closed.
But If you add the function unvisible_Gui in the StartOpenOfficeMain there is a problem if you try the same again.
If you close the report the switchboard will be closed too!
CODE:
Sub StartOpenOfficeMain
' unvisible_Gui
switchboard_Start
End Sub
can you help or tell me the mistake (sorry for my bad english)