Toolbars?

H

Henro

I have been stupid. I hid all toolbars in a database except my own and now I
find out I need to make some changes.
BUT I did not make a backup of my frontend before I hid the toolbar's :-(
Now I can still export forms to this frontend. I can only access forms
through the switchboard but what I want to do:

create in another frontend a form that has code to show the toolbars (or
full menu structure) that have been hid.
Then I can execute this form from the frontend and I can make my changes.
After that, I will replace the 'crackform' again by the original.

I have two questions: a) is this a feasible way to do this? and b) what is
the code to show the full menu's and or standard toolbars?

Thnx for thinking!

Grtz Henro
 
J

John

Henro said:
I have been stupid. I hid all toolbars in a database except my own and now I
find out I need to make some changes.
BUT I did not make a backup of my frontend before I hid the toolbar's :-(
Now I can still export forms to this frontend. I can only access forms
through the switchboard but what I want to do:

create in another frontend a form that has code to show the toolbars (or
full menu structure) that have been hid.
Then I can execute this form from the frontend and I can make my changes.
After that, I will replace the 'crackform' again by the original.

I have two questions: a) is this a feasible way to do this? and b) what is
the code to show the full menu's and or standard toolbars?

Thnx for thinking!

Grtz Henro
DoCmd.ShowToolbar "ToolbarName", acToolbarYes


I was thinking crossposting is not a good way

Groet

John

http://members.home.nl/jpeskens
 
H

Henro

I found that out in the meantime but what are the names of the (standard)
toolbars?

Henro
 
H

Henro

I did it so simple........... I exported a new module that replaced the one
that disabled the SHIFT key at startup.
Then I could just use the shift key! :)

Made settings right, made a backup and now back to restricting again :)

Thnx for your suggstions Alvin, you have been a great help throughout this
whole project!

Ofcourse also thanks go out to all those people that made it possible that I
will be sipping a cup of coffee on my favorite terrass in town, content with
what I deliverd thanks to these newsgroups and the people within!

Grtz Henro
 
S

Scott McDaniel

Hold down the Shift key while opening the database. Assuming you haven't
disabled it, you should be able to reset your toolbars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top