with vtaskbar I can make this
DEFINE VMENUITEM OF oBar ;
CAPTION "Elenco movimenti" ;
IMAGE "GRID_IMPRIMIR2" ;
MENU Stampa_Mov(oApp():oGrid,oCont,oBar);
LEFT 10
where Stampa_Mov is a normal function with menupopup type
Function Stampa_Mov(oGrid,oCont,oBar)
Local oMenuStampa
MENU oMenuStampa POPUP
MENUITEM "Elenco Movimenti"
ENDMENU
return oMenuStampa
Note : with Explorerbar I cannot link a popupmenu and all menuitem is made with turl ( only font under )
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com