Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disablng menu item

Status
Not open for further replies.

Magib

Programmer
Jan 31, 2003
3
0
0
SN
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.
 
Hi,

To disable/hide a menu item just do

?MyMenuItem{PROP:Hide} = TRUE
or
?MyMenuItem{PROP:disable} = TRUE

v.
 
Thanks for your reply but it seems that you don't understand my question.You can read it again,it's more detailed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top