What if the user selects the wrong database and proceeds with accepting the connection. The next time the app runs, the connection manager does not appear so you cannot correct the connection.
Is there a StrataFrame utility or program we can ship along with the app to correct this...
What is the best way to handle this?
MicroFour.StrataFrame.Data.ConnectionManager.ShowAvailableConnectionStrings()
You can see more about this in the documentation under the following link in the Contents:
Application -> WinForms -> Connection Strings -> Application Database Connections
I am using the MaintenanceFormBarManager Control and added a main menu bar above the Maintenance Form Toolstrip with the database connection menu link. Everything works fine except during execution the Maintenance Form Toolstrip docks above the menu bar, which doesn't look very nice, even though in design-time the menu is docked above.
I can't seem to correct this...Any idea's
MyToolbar.SendToBack()
You will just have to play with the Z-Order. Nothing fancy that I can tell you on this one.
Does anyone have a solution for this?
Me
Me.Bar1.DockCol = 0
Me.Bar1.ApplyDockRowCol()