View Full Version : Database Window


daved2424
12-13-2001, 11:18 AM
How do i create a macro to display/open the main database window from a switchboard by using a command button?

Twin
12-17-2001, 06:50 AM
Hi,
you can select 'Minimize'action for your macro and assign it to the switchboard form button. That will minimise your SW form and by default activate database window.
Not very sophisticated, but i think it should work.
HTH

Chris

boblarson
12-19-2001, 02:58 PM
Or, if you want a macro to actually do the trick you can select:

In the ACTION: RunCommand
In the COMMAND: WindowUnhide

And then if you want to hide it again, just make sure that the database window is selected and run

ACTION: RunCommand
COMMAND: WindowHide

BL
hth