Hi
I would like to introduce a permission´s control for users in the menu´s option.
¿Is there a way to obtain the Array with all the items of the Menu?.
My Menu is like this:
MENU oMenu
MENUITEM "&Ficheros"
MENU
MENUITEM "&Auxiliares"
MENU
MENUITEM OemToAnsi( "C¢digos P&ostales" ) ;
RESOURCE "MNUPOSTAL" ;
ACTION Postal() ;
MESSAGE OemToAnsi( "Mantenimiento de C¢digos Postales" )
MENUITEM "P&rovincias" ;
RESOURCE "MNUPROVINCIAS" ;
ACTION Provincias() ;
MESSAGE "Mantenimiento de Provincias"
MENUITEM "&Zonas" ;
RESOURCE "MNUZONAS" ;
ACTION Zonas() ;
MESSAGE OemToAnsi( "Mantenimiento de Zonas de facturaci¢n" )
Thanks a lot!!!