Toolbar confusion

jake7363

Registered User.
Local time
Today, 07:54
Joined
Mar 14, 2005
Messages
46
Hi,
I designed a form for other users and it has been running perfect, until last night. Within the code, I used the toolbar method to hide three toolbars, one of which is a menu replacement, along with two other toolbars that I use for maintenance issues. I have the code passworded so that it cannot be changed. Also, I have passworded the toolbars using another form to provide access.

The problem occurs after I perform the required maintenance. According to the code, the toolbars are set to "no" in the Form Load, but the one toolbar still shows when I restart the application. I went through the code several times and cannot find anything that looks wrong. After the last time, when I tried to start the application, it appeared briefly, then closed.

Right now, I have all the relevant code remarked out and the toolbars now have a vulnerablity because they can be accessed since I had to allow the Default Shortcut Menus.

I would be very appreciative if someone can explain what happened, or at least how I can fix this. I am totally confused as to what occurred.

Thanks in advance,
Jake
 
Use the Toolbar, Menu bar, and shortcut menu property of Form and Report objects to assign your custom ones. Then disable toolbar changes in the Tools > Startup options. Crate an MDE file to lock down the application so users cannot make design changes.

http://www.myaccesstips.com/UI/UIBasics.html
 

Users who are viewing this thread

Back
Top Bottom