473,385 Members | 1,588 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Custom Menus Overwirtten

I distribute an A 2000 app as a mde.

On a few customers, my custom menus are overwritten. The top menu is
generally there but the choices on the menus are gone or replaced by
something else.

I can't figure this one out. Any ideas on what may be causing this? It
happens on machines with A 2000 and A 2003, Win Home and Win XP. I've yet to
see a pattern but it happens on about 3 or 4% of the users machines.


Nov 13 '05 #1
4 1665
Karl Irvin wrote:
I distribute an A 2000 app as a mde.

On a few customers, my custom menus are overwritten. The top menu is
generally there but the choices on the menus are gone or replaced by
something else.

I can't figure this one out. Any ideas on what may be causing this? It
happens on machines with A 2000 and A 2003, Win Home and Win XP. I've
yet to see a pattern but it happens on about 3 or 4% of the users
machines.


Did you modify a built in menu or did you totally create a new one? Mods to
built in menus stay on your machine whereas new menus and toolbars are
stored inside the file.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #2
I created the menus from scratch. On 90% + of the installs the menus work
fine.

"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:rO***************@newssvr11.news.prodigy.com. ..
Karl Irvin wrote:
I distribute an A 2000 app as a mde.

On a few customers, my custom menus are overwritten. The top menu is
generally there but the choices on the menus are gone or replaced by
something else.

I can't figure this one out. Any ideas on what may be causing this? It
happens on machines with A 2000 and A 2003, Win Home and Win XP. I've
yet to see a pattern but it happens on about 3 or 4% of the users
machines.


Did you modify a built in menu or did you totally create a new one? Mods
to
built in menus stay on your machine whereas new menus and toolbars are
stored inside the file.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com

Nov 13 '05 #3
Karl Irvin wrote:
I created the menus from scratch. On 90% + of the installs the menus
work fine.


I have had one similar experience. On an app I distribute to around 300
users I had a custom menu with about 3 or four items directly on the bar and
several other sub-menus that would drop down from the main menu. On ONE
user's laptop the sub-menus all would drop down with a single "Other"
displayed and no sign of the menu items that should have been there.

I naturally suspected that the file was corupt but I could replace the file
with a known good one and after it was copied to his machine the menus would
work once or twice and suddenly revert to displaying "Other" again. The
items that were directly on the top level of the bar always worked and none
of the shortcut menus in the app were affected.

I never did figure it out. We reinstalled Office and applied all patches
and updates. I eventually replaced the menu with one that had a single
top-level item that invoked a shortcut menu. This basically produced a
vertical version of the same menu which I actually liked a bit better
anyway.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Nov 13 '05 #4
You don't mention how you setup your menus, and how you hide the built-in
ones.

I don't use any code, but simply use the tools->startup menu to set this up.

I have a working sample here that does the above, and hides all of the menus
with NO code.
grab the 3rd example...ms-access interface hidden...

http://www.members.shaw.ca/AlbertKal...s/DownLoad.htm
However, I have also seen your problem crop up, and as you say, quite rare.
My only guess right now is perhaps the user made some custom menus of their
own (not very many people do that), and they set the allow moving, allow
showing, and allow hiding to false. In other words, you can't change the
menus they made. Further, I am assuming that these settings where applied to
built-in menus, since custom ones go with YOUR application.

The above is just speculation on my part..but that my best guess.

I would assume then that the solution to this would be check the built-in
menu bar collection, and change the flag of any menu that has allow changes,
allow hiding etc set. I don't have solution handy that does the above...and
I have to run right now, but I will see if I can check if those menu
settings can be changed via code.......

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Karl Irvin | last post by:
In a 2000, can you transfer custom menus and toolbars to a new Access database. My mdf file is not compiling and I'm importing all data to a new database but don't see a way to get the...
0
by: Jonathan LaRosa | last post by:
Hi, I am working with a DB with custom menus. I am trying to get the "send to -> mail recipient (as attachment)" to show up on the custom menu. However, for the life of me I can't seem to get...
2
by: Sean Mullaly | last post by:
I have a custom Access menu with sub-menus and sub-sub-menus. (220 items). Right now I have created 220 Functions and attached each individual Function to the specific OnAction property. The...
1
by: Karl Irvin | last post by:
I distribute an application with custom menus. It is distributed as an A 2000 mde. On a small number of computers my custom menus disappear and are replaced by other menus. My users (remote to me)...
7
by: Ian Hinson | last post by:
I have an Access app that has been distributed with run-time installation to many different customers over many years. It is developed in Access 2000. The custom menu bar has had no problems in...
1
by: shumaker | last post by:
I have copied tyhe Export button from the File menu to a custom toolbar by holding ctrl and dragging it. I have "Allow full menus" disabled and am running an Access 2002 data project(SQL...
1
by: frogsteaks | last post by:
In one (actualy several) of my databases I create custom menus. However on all of these menus, the "Type a question heer for help" combo box appears to the right side. Can anyone here point me to...
0
by: Sky | last post by:
I have an Access 2003 front-end database with custom toolbars. The toolbars work fine. One annoying feature is that at the far right edge of each custom toolbar there a small dropdown arrow....
0
by: ARC | last post by:
Hello all, For right-click (shortcut) menus in access 2007, I've been using a round-about method of opening access 97 on an old computer, modifying my own custom shortcut menus, then importing...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.