Feb 17, 2008 #1 eon5 Technical User Dec 31, 2007 47 ZA Good day, In my startup mode i already unselectd the Status bar and the database window for when the client opens the program. Is there any way of coding the load form so that the Menu Bar, "File", "Edit" "View", etc is also inactive? Thanks Theuns Goosen
Good day, In my startup mode i already unselectd the Status bar and the database window for when the client opens the program. Is there any way of coding the load form so that the Menu Bar, "File", "Edit" "View", etc is also inactive? Thanks Theuns Goosen
Feb 17, 2008 1 #2 lars7 Technical User Aug 16, 2005 817 GB Hi Eons5, I use this in the on load of my splash screen. CommandBars("Menu Bar").Enabled = False is this what your looking for. Upvote 0 Downvote
Hi Eons5, I use this in the on load of my splash screen. CommandBars("Menu Bar").Enabled = False is this what your looking for.