S
Souris
I wanted to create shortcut menu for user to right click instead of click a
button.
I just noticed that the shortcut menu need to call a public function in the
module and the public function must call a public procesdure in the form. My
click event is private.
The shortcut menu must call public function in the module and call public
procedure on the form and my public procedure call the event.
It seems the shortcut menu needs call 3 level down.
Are there any easier way to do this?
Your information is great appreciated,
button.
I just noticed that the shortcut menu need to call a public function in the
module and the public function must call a public procesdure in the form. My
click event is private.
The shortcut menu must call public function in the module and call public
procedure on the form and my public procedure call the event.
It seems the shortcut menu needs call 3 level down.
Are there any easier way to do this?
Your information is great appreciated,