Hi,
i want to use a kontext Menue when i click on a row of a table with the right mouse button.
How can i realize that ?
Is there a function in Progress for that ?
CREATE MENU hMenu.
to this
CREATE MENU hMenu ASSIGN POPUP-ONLY = YES.
----- and ------------------
ASSIGN CURRENT-WINDOW:MENUBAR = hMenu:HANDLE.
to this
ASSIGN CURRENT-WINDOW:POPUP-MENU = hMenu:HANDLE.
This will assign a pop-up for the window, but you can assign that for a browse too.
Regards,
Viktor
Originally posted by make Hi,
i want to use a kontext Menue when i click on a row of a table with the right mouse button.
How can i realize that ?
Is there a function in Progress for that ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.