HI, clause omenu:l2007 := .t. is working only in main menu, but menuitens still in normal mode.
![]()
HI, clause omenu:l2007 := .t. is working only in main menu, but menuitens still in normal mode.
![]()
Norberto,
You have to use the clause 2007 when you create the MENU:
MENU oMenu 2007
if you modify it later on, it will not properly work
i try like this:
.
.
.
MENU oWndMnuMain
oMainMenu:l2007 := 2007
.
.
.
BUT ONLY menumain (top) is 2007, menuitems still in normal mode.
if lUse2007 // Your user wants 2007 look
MENU oMenu 2007
...
else
MENU oMenu
...
endif