Topic: Popup Menu

Hello Dmitry

is it possible to use its own popup menu (called by a right mouse click) and therefore no longer see popupmenus MVD (Show Record - Copy - Copy All - Find).

I created my own but when I click right are those that always appear to MVD.
If Yes what 's the good script

Thanks for your help

JB

Re: Popup Menu

Hello,


Yes, an example for you:

Post's attachments

Attachment icon Grid own PopupMenu.zip 6.85 kb, 690 downloads since 2016-04-18 

Dmitry.

Re: Popup Menu

Hello Dmitry

I have some questions:

1. I need to change the default menu in the menu bar to place my own choices and hide that comes by default, as I do?
2. I need to run a form that has a TabGrid from the Menu, as I do
3. What was the last version Freeware?

Always grateful for your timely response

Thank you

Re: Popup Menu

Hello Dmitry

I am currently using version 1.45, which is the latest version Freeware?

Always grateful for your timely response

Thank you

Re: Popup Menu

gamalier_ramirez wrote:

Hello Dmitry

I have some questions:

1. I need to change the default menu in the menu bar to place my own choices and hide that comes by default, as I do?
2. I need to run a form that has a TabGrid from the Menu, as I do
3. What was the last version Freeware?

Always grateful for your timely response

Thank you

1. Here you can find example how to add own menu
http://myvisualdatabase.com/forum/viewtopic.php?id=1432


and an example how to hide default menu
http://myvisualdatabase.com/forum/viewtopic.php?id=1440



2. In this way you can run a form:

Form2.ShowModal;

3. 1.45

Dmitry.