473,509 Members | 11,437 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Popup menu

In Paradox I was able to create popup menu's in which some of the items had
popup menu's themselves. I've looked for threads on popup menu's and access
but I can't find how to make a simple popup menu. The popup menu I want to
make should appear when I rightclick a button on my form. A user's choice
should do some action.
Can someone point me in the right direction?
thanks, john
Oct 4 '06 #1
9 7859
john wrote:
In Paradox I was able to create popup menu's in which some of the items had
popup menu's themselves. I've looked for threads on popup menu's and access
but I can't find how to make a simple popup menu. The popup menu I want to
make should appear when I rightclick a button on my form. A user's choice
should do some action.
If you know how to make a custom menu, make one. Then, in the customize
window, on the toolbars tab, select the new menu you've created and then
click the properties button. In the resulting toolbars window that
appears, set the properties to popup and you are done.

In your form design view, select the control you wish to have your newly
created pop uip be a part of. In the other tab of the properties
window, pick the pop up menu from the pick list listed for "Short cut
menus".

Google or write back if you need more help on menu creation.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Oct 4 '06 #2
Maybe I'm talking about a different kind of popup menu. The popup menu I
mean has no relation with the menu bar or tool bar. I have a button on my
form and if I rightclick it I would like a grey box to appear on that spot
offering the user 4 options. Certain custom VB-code have to be executed when
the user makes a specific choice. Choice 1 for instance should run a
specific query. Choice 2 should offer the user 4 other options in the popup
menu.
Thanks, john

"Tim Marshall" <TI****@PurplePandaChasers.Moertheriumschreef in bericht
news:eg**********@coranto.ucs.mun.ca...
john wrote:
>In Paradox I was able to create popup menu's in which some of the items
had popup menu's themselves. I've looked for threads on popup menu's and
access but I can't find how to make a simple popup menu. The popup menu I
want to make should appear when I rightclick a button on my form. A
user's choice should do some action.

If you know how to make a custom menu, make one. Then, in the customize
window, on the toolbars tab, select the new menu you've created and then
click the properties button. In the resulting toolbars window that
appears, set the properties to popup and you are done.

In your form design view, select the control you wish to have your newly
created pop uip be a part of. In the other tab of the properties window,
pick the pop up menu from the pick list listed for "Short cut menus".

Google or write back if you need more help on menu creation.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me

Oct 4 '06 #3
john wrote:
Maybe I'm talking about a different kind of popup menu. The popup menu I
mean has no relation with the menu bar or tool bar. I have a button on my
form and if I rightclick it I would like a grey box to appear on that spot
offering the user 4 options. Certain custom VB-code have to be executed when
the user makes a specific choice. Choice 1 for instance should run a
specific query. Choice 2 should offer the user 4 other options in the popup
menu.
Thanks, john
<rolls eyes>

Read my response.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Oct 4 '06 #4
"Tim Marshall" <TI****@PurplePandaChasers.Moertheriumschreef in bericht
news:eg**********@coranto.ucs.mun.ca...
john wrote:
>Maybe I'm talking about a different kind of popup menu. The popup menu I
mean has no relation with the menu bar or tool bar. I have a button on my
form and if I rightclick it I would like a grey box to appear on that
spot offering the user 4 options. Certain custom VB-code have to be
executed when the user makes a specific choice. Choice 1 for instance
should run a specific query. Choice 2 should offer the user 4 other
options in the popup menu.
Thanks, john
<rolls eyes>

By <rolls eyesyou mean:

"Looking upward with an expression of contempt, often combined with a sigh.
Used to indicate
frustration and annoyance with the stupidity of a person or thing."
???

john
Oct 4 '06 #5
John, I do believe the answer to your question is right in front of you,
in Tims post. Is it possible that you tried this yourself and decided it
is not what you want?

--
Bas Cost Budde
Holland
www.heuveltop.nl/BasCB/msac_index.html
Oct 5 '06 #6
john wrote:
By <rolls eyesyou mean:

"Looking upward
<snip>

No, don't be a silly sausage. It's simple exasperation as I told you
exactly what you needed as described in your first post and your follow up.

The different menu controls you put in a pop up or toolbar or menu bar
are assigned whatever VBA functions (not subs) that you wish in the
onaction property.

Now give it a try or I will taunt you Monty Python style!!!! 8)
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Oct 5 '06 #7
"Tim Marshall" <TI****@PurplePandaChasers.Moertheriumschreef in bericht
news:eg**********@coranto.ucs.mun.ca...
john wrote:
>By <rolls eyesyou mean:

"Looking upward

<snip>

No, don't be a silly sausage. It's simple exasperation as I told you
exactly what you needed as described in your first post and your follow
up.

The different menu controls you put in a pop up or toolbar or menu bar are
assigned whatever VBA functions (not subs) that you wish in the onaction
property.

Now give it a try or I will taunt you Monty Python style!!!! 8)
Maybe if you'd know how one makes popup menu's in Paradox (just in code),
you would have understood my second message. Maybe not. Anyway, I got it
working now. Thanks.
john
Oct 5 '06 #8
john wrote:
Maybe if you'd know how one makes popup menu's in Paradox (just in code),
you would have understood my second message.
<rolls eyes>

Oct 5 '06 #9
john wrote:
Maybe if you'd know how one makes popup menu's in Paradox (just in code),
you would have understood my second message. Maybe not. Anyway, I got it
working now. Thanks.
Great, good to hear! 8)

I don't know Paradox. I did find working with MS Office menus a bit
tricky at first, so if you run into anything you're not sure of, by all
means post here.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Oct 5 '06 #10

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

Similar topics

2
5838
by: PC User | last post by:
I'm creating a shortcut menu to popup over my richtext box. Its a form with a listbox of menu items with associated richtext activex (rtf) editing commands. I found a way to transfer a value from...
2
1965
by: ouech | last post by:
hi, i finally tryied with a popup menu but i have a problem. i popup it with TrackMenuPopup and i create it from a ressource. but it doesn't look as it should. i d'ont have the names of the...
18
2930
by: Colin McGuire | last post by:
Hi - this was posted last weekend and unfortunately not resolved. The solutions that were posted almost worked but after another 5 days of working on the code everynight, I am not further ahead....
2
1836
by: SamSpade | last post by:
I use to get popup events when I checked out the menu coding. That was a while ago. Something I did in the interim must have suppressed those events because I just noticed I don't get them any...
7
3649
by: anthony.turcotte | last post by:
Hi, I've looked for a solution to this problem on google, read posts in this newsgroup and I still haven't found anything that could help me. Here's the scenario. 1. User accesses...
3
4767
by: RahimAsif | last post by:
I am writing an application that requires the a portion of the main menu to be dynamic. The menu has file, panels, view files and help across the top. The view files sub menu needs to be...
5
8029
by: SQACSharp | last post by:
I'm trying to automate an action in Internet Explorer.... I'm trying to click an image that open a popup menu. The html code of the iimage look like like <img blabla..OnClick="ShowMenu()"/> I...
2
3229
by: wreed06 | last post by:
Hello, I have 2 problems. In my webpage, I have a dropdown list with a button that takes the user to a popup window specific to the option. I am using Firefox 2.0.0.13. I have successfully...
1
3615
by: Carl | last post by:
"Chuckk Hubbard" <badmuthahubbard@gmail.comwrites: Try creating the "main" popup menu before the sub-menus, and when instantiating the sub-menus, pass the main menu as the "master" instead of...
0
7237
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7137
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7506
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5659
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5063
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4734
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3210
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1572
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
445
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.