Win10 LO6.4.7 HSQ 2.51
Hi,
At long last I managed to get rid of the dbcontainer using the code below
(the container still pops up for a second, can live with that.
Sub DBOpen(Optional poEvent As Object)
If GlobalScope.BasicLibraries.hasByName("Access2Base") Then
GlobalScope.BasicLibraries.loadLibrary("Access2Base")
End If
Call Application.OpenConnection(ThisDatabaseDocument)
Call hdb
End Sub
Sub hdb
Const acForm = 2
Const acDatabaseWindow = 102
DoCmd.SetHiddenAttribute(acDatabaseWindow)
Call Menu_Main
End Sub
Just wondering how to build in some backdoor to reverse the DoCmd.SetHiddenAttribute(acDatabaseWindow)
and how to do that without A2B
Link above
Thanks for your thoughts