DISABLE MENUBAR

A

Adrian

Hi!

I need to disable all menubar and Toolbars in my aplication for deployment
with the Access Runtime. it is possible?

Thanks a lot!
 
R

Rick Brandt

Adrian said:
Hi!

I need to disable all menubar and Toolbars in my aplication for deployment
with the Access Runtime. it is possible?

You're in luck. ALL built in menus and toolbars are unavailable in the runtime
without having to do anything. In the runtime you must provide all of your own
command bars.
 
A

Adrian

WHAT ABOUT MENUBAR? File, Edit, etc etc ... ¿? I need all CLEAN!

thanks for response
 
A

Albert D.Kallal

Adrian said:
Hi!

I need to disable all menubar and Toolbars in my aplication for deployment
with the Access Runtime. it is possible?

There is actually a main menu bar that does appear in the runtime by
default. However, you really kind of need to make your own, and by the time
you get experienced enough in ms-access, and get around to using the
runtime, you likely will have stared building your own menu bars.

If you want to see a sample that hides all of the ms-access interface, and
requites no code, try downloading the 3rd example here: (ms-access interface
hidden). This application would deploy to the runtime quite nice. And, when
you run the application (even in regular ms-access), you can see that the
ms-access stuff is hidden quite nicely from the user. The trick here is
to use the tools->startup settings (take a look at them in this sample
to see how ms-access was hidden)

You can find that sample here:
http://www.members.shaw.ca/AlbertKallal/msaccess/DownLoad.htm

And, if you want some more screen shots, and tips on why/how to use menus in
ms-access, take a quick read of the following:

http://www.members.shaw.ca/AlbertKallal/Articles/UseAbility/UserFriendly.htm
 
D

Dreamer

THANKS A LOT ALBERT!!!!!!!!!!


Albert D.Kallal said:
There is actually a main menu bar that does appear in the runtime by
default. However, you really kind of need to make your own, and by the
time
you get experienced enough in ms-access, and get around to using the
runtime, you likely will have stared building your own menu bars.

If you want to see a sample that hides all of the ms-access interface, and
requites no code, try downloading the 3rd example here: (ms-access
interface
hidden). This application would deploy to the runtime quite nice. And,
when
you run the application (even in regular ms-access), you can see that the
ms-access stuff is hidden quite nicely from the user. The trick here is
to use the tools->startup settings (take a look at them in this sample
to see how ms-access was hidden)

You can find that sample here:
http://www.members.shaw.ca/AlbertKallal/msaccess/DownLoad.htm

And, if you want some more screen shots, and tips on why/how to use menus
in
ms-access, take a quick read of the following:

http://www.members.shaw.ca/AlbertKallal/Articles/UseAbility/UserFriendly.htm

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(e-mail address removed)
http://www.members.shaw.ca/AlbertKallal
 
G

Guest

1. Open the form for which you want to remove a menu bar,
and View menu, click Design View.
2. If the property sheet is not already visible, click
Properties on the View menu.
3. In the property sheet of the form , click the Other tab.
4. In the MenuBar property box, type =1.
5. On the View menu, click Form View.

Note that the menu bar is not present.

Jim
 
D

Dreamer

excelent, thanks a lot!!!


Eric Blitzer said:
1. Open the form for which you want to remove a menu bar,
and View menu, click Design View.
2. If the property sheet is not already visible, click
Properties on the View menu.
3. In the property sheet of the form , click the Other tab.
4. In the MenuBar property box, type =1.
5. On the View menu, click Form View.

Note that the menu bar is not present.

Jim
 

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