473,756 Members | 6,482 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Context Menu?

PW
Hi,

What is one and does Access 2003 have one? Or how would I create one?
I would like the user to be able to right-click on a form or a control
on a form and have a menu that offers to go to a reservation, client,
activity, etc.... maybe even print something.

Thanks,

-paulw
Jan 30 '08 #1
4 5630
PW wrote:
Hi,

What is one and does Access 2003 have one? Or how would I create one?
I would like the user to be able to right-click on a form or a control
on a form and have a menu that offers to go to a reservation, client,
activity, etc.... maybe even print something.

Thanks,

-paulw
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You can create right-click pop-up menus for each form/subform in your
application.

HOW
Right-click on the menu bar and select Customize...
A dialog box will appear.
Click the New button.
Add Access menu items, or create your own menu items (drag them from the
Command tab's Commands: box).
Under the Toolbars tab click Properties.
In the dialog box that appears select the name of the new toolbar in the
"Selected Toolbar" combo box.
To make it a popup menu select Popup in the Type combo box.
Close all the dialog boxes for creating the Pop up.
For the form you want this popup attached to go to the Other tab in the
form's Properties dialog box.
In the Shortcut Menu Bar combo box select the name of the just created
popup menu.
Save the form.

Now when you right click on the form the indicated pop up menu will
appear.
--
MGFoster:::mgf0 0 <atearthlink <decimal-pointnet
Oakland, CA (USA)
** Respond only to this newsgroup. I DO NOT respond to emails **

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBR6E6QYechKq OuFEgEQLbJQCg5z Qj3WVxXqTyhCrqW NPHRZR1btwAnjaI
cqtEMvhy7fGOHGW 11qKl1OEC
=ihHc
-----END PGP SIGNATURE-----
Jan 31 '08 #2
PW
On Wed, 30 Jan 2008 19:02:30 -0800, MGFoster <me@privacy.com wrote:
>PW wrote:
>Hi,

What is one and does Access 2003 have one? Or how would I create one?
I would like the user to be able to right-click on a form or a control
on a form and have a menu that offers to go to a reservation, client,
activity, etc.... maybe even print something.

Thanks,

-paulw

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You can create right-click pop-up menus for each form/subform in your
application.

HOW
Right-click on the menu bar and select Customize...
A dialog box will appear.
Click the New button.
Add Access menu items, or create your own menu items (drag them from the
Command tab's Commands: box).
Under the Toolbars tab click Properties.
In the dialog box that appears select the name of the new toolbar in the
"Selected Toolbar" combo box.
To make it a popup menu select Popup in the Type combo box.
Close all the dialog boxes for creating the Pop up.
For the form you want this popup attached to go to the Other tab in the
form's Properties dialog box.
In the Shortcut Menu Bar combo box select the name of the just created
popup menu.
Save the form.

Now when you right click on the form the indicated pop up menu will
appear.
I totally forgot about that! Good stuff!

How do I:

- Edit that popup
- Filter the forms I open in the menu to variables selected in the
form (for instance, a reservation id)?

Thanks

-paulw
Jan 31 '08 #3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Edit the popup:
- Select the popup in the toolbar dialog box. Right-click on the menu
item you want to edit. From the popup menu select Properties. The next
dialog box contains all the properties you can edit for that menu item.

Filter the forms ... etc.:
- In the menu item's Properties dialog box there is the "On Action"
property. In that you can enter the name of a user defined FUNCTION
that will handle whatever you want that button to do. Hint: in the
function use the Screen.ActiveCo ntrol to see which control the user
clicked.
--
MGFoster:::mgf0 0 <atearthlink <decimal-pointnet
Oakland, CA (USA)
** Respond only to this newsgroup. I DO NOT respond to emails **

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBR6IzOoechKq OuFEgEQKnaACeNu 9/jPpTxupVeiahvqu 7TyF0UisAnidk
Z1th3SpSxYkIVe2 SvserxNIg
=KafC
-----END PGP SIGNATURE-----
PW wrote:
On Wed, 30 Jan 2008 19:02:30 -0800, MGFoster <me@privacy.com wrote:
>PW wrote:
>>Hi,

What is one and does Access 2003 have one? Or how would I create one?
I would like the user to be able to right-click on a form or a control
on a form and have a menu that offers to go to a reservation, client,
activity, etc.... maybe even print something.

Thanks,

-paulw
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You can create right-click pop-up menus for each form/subform in your
application.

HOW
Right-click on the menu bar and select Customize...
A dialog box will appear.
Click the New button.
Add Access menu items, or create your own menu items (drag them from the
Command tab's Commands: box).
Under the Toolbars tab click Properties.
In the dialog box that appears select the name of the new toolbar in the
"Selected Toolbar" combo box.
To make it a popup menu select Popup in the Type combo box.
Close all the dialog boxes for creating the Pop up.
For the form you want this popup attached to go to the Other tab in the
form's Properties dialog box.
In the Shortcut Menu Bar combo box select the name of the just created
popup menu.
Save the form.

Now when you right click on the form the indicated pop up menu will
appear.

I totally forgot about that! Good stuff!

How do I:

- Edit that popup
- Filter the forms I open in the menu to variables selected in the
form (for instance, a reservation id)?

Thanks

-paulw
Jan 31 '08 #4
PW
On Thu, 31 Jan 2008 12:45:14 -0800, MGFoster <me@privacy.com wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Edit the popup:
- Select the popup in the toolbar dialog box. Right-click on the menu
item you want to edit. From the popup menu select Properties. The next
dialog box contains all the properties you can edit for that menu item.

Filter the forms ... etc.:
- In the menu item's Properties dialog box there is the "On Action"
property. In that you can enter the name of a user defined FUNCTION
that will handle whatever you want that button to do. Hint: in the
function use the Screen.ActiveCo ntrol to see which control the user
clicked.
I'll give it a go. Thanks! I can not figure out how to edit an
existing menu though, only how to create new ones.

-pw
Feb 1 '08 #5

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

Similar topics

3
4777
by: Eddie de Bear | last post by:
Hi, A project I am working on has a requirement for dynamic menus. For the most part this works really well. The menus I'm creating a based on files and directories, so naturally the menu creation takes some time. The approach I took was to override the OnSelect method of the MenuItem class, which had code to populate the
4
3075
by: Mohit Gupta | last post by:
Hi all, Lately I have been working on an application in VB .net CF for Pocket PC device. I have a small question about Context Menu. When I try to close the window after context menu is poped up, the window does not closes until I click on the window. Below is the code. Hopefully, you can help me out.
5
5494
by: Dean L. Howen | last post by:
Dear friends, Could we determine when context menu should appear?
8
10101
by: Dennis C. Drumm | last post by:
Is there a way to modify the standard context menu shown when someone right clicks in a windows text box and that would work for all open windows applications? The standard context menu for a text box has 6 items, undo, cut, copy, paste, delete and select all. I would like to add one additional paste menu that opens a new sub menu with several optional text items that could be pasted. The items would be populated by my program but...
0
1571
by: VP | last post by:
G'day folks, well i am attempting to get an understanding on how to create the menuitems in a context menu on the fly. So far I have managed to actually achieve the menu items being created for the context menu. However, I have stumbled across one problem. Which is that how does one go about enhancing the event handler for the context menu to invoke individual actions for each of the menu items. I have included a snippet of my code....
5
2284
by: lgbjr | last post by:
Hello All, I have several Pictureboxes (linked to an AccessDB) on a VB.NET form. I would like to use a context menu to allow the user to open the picture in their default picture viewer or editor. I'd like to use the same default viewer/editor and open with... choices that are present on the users computer. Does anyone know how I can find this information programatically, so my picturebox context menu uses the same settings as the...
1
6341
by: goRide | last post by:
Hi, I'm looking of a way (preferred - a ready class or dll) to customize the context menu. many application has more controls inside the context menu (like textbox, sliders, checkbox, panel etc'). is there a way making this without writing my own context menu (meaning, popup form or something) ? Please don't post commercial products to this topic thanks.
0
1576
by: tony.spalding | last post by:
I'm having a problem trying to add a link to my add-in to a context menu. I'm trying to add it to the context menu that you get when you right click on a stored procedure within the Server Explorer and there are a number of problems that I've hit. I'm using VS.NET2005 and am trying to debug the add-in, so when running it it loads up another instance of the IDE. As I've experienced a number of strange scenarios I'm going to list them...
2
5907
by: MCM | last post by:
I'm working on a plotting control. The plotting control will have a context menu with basic commands for "scaling", "zooming", etc. Is there a way that, from the parent form, I can add more commands to the control's context menu? I'm envisioning a case where the control has a set of context menu items, and the parent form also has a set of context menu items. Thanks.
19
3307
by: BibhuAshish | last post by:
Hello, I have created a context menu in mozilla by using following code: function nrc(e) { var contextMenu; document.oncontextmenu = function (evt) { var srcElement; if (evt && evt.target) { srcElement = evt.target;
0
10046
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9886
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9857
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7259
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6542
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5155
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3817
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 we have to send another system
2
3369
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.