Hi there,
I am quite new to LO. I am converting a big foto database from acces to LibreOffice.
I want to open a form on startup. In works op opening. I close the form, close the data base. Restart, Program gets stuck. Reopens, it works, etc etc
I use:
Dim oDataSource as Object
Dim oForm as Object
oDataSource = ThisDatabaseDocument.CurrentCOntroller
If Not (oDataSource.isConnected()) Then
oDataSource.connect()
End If
ThisDatabaseDocument.currentController.frame.ContainerWindow.IsMinimized = true
oForm=ThisDatabaseDocument.FormDocuments.getByName(“frmSwitchBoard”).open
What am i doing wrong?
test.odb (17.8 KB)
