I want to show a popup menu
I made :
How I can Make to show this menu on the coordinates where I doubleclick with the mouse ...and not on 90,240 ?
I made :
oApp():oGrid:bLDblClick :={|| Disp_Men(oApp():oDlg,90,240)}
....
STAT FUNC Disp_Men(oDlg,nRow,nCol)
LOCAL oMenu
MENU oMenu POPUP 2007
MENUITEM "&Dati Generali "
ENDMENU
ACTIVATE POPUP oMenu OF oApp:oDlg AT nRow,nCol
RETURN (NIL)How I can Make to show this menu on the coordinates where I doubleclick with the mouse ...and not on 90,240 ?
Best Regards, Saludos
Falconi Silvio
Falconi Silvio

