Right Mouse Click

  • Thread starter Thread starter PR
  • Start date Start date
P

PR

I would like to add to my form the ability to right mouse click to print a
report, is it possible to achieve this and if how can I.

Regards - Paul
 
Click what? You could put a command button on the form to print a report.
One click is all you would need, but I don't know how to make that be a right
click instead of the standard left click.
 
You could set up a custom shortcut menu for the form, with a menu item to
call a function (which you would need to write) to print whatever it is you
want to print. Read the help files on menus and toolbars, and customisation
of them.

HTH,

Rob
 

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

Back
Top