Disablng menu item
Disablng menu item
(OP)
Hi,please is someone can tell us how to disable menu item in programming code(w're using Clarion development tool C5EE)?We don't want to use Secwin tool.
The menu item must be disabled at the start-up of the menu.
The menu item must be disabled at the start-up of the menu.
RE: Disablng menu item
To disable/hide a menu item just do
?MyMenuItem{PROP:Hide} = TRUE
or
?MyMenuItem{PROP:disable} = TRUE
v.
RE: Disablng menu item