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!

Disabling menu item

Status
Not open for further replies.

Magib

Programmer
Jan 31, 2003
3
0
0
SN
Hi,please is anyone can tell me how to disable menu item in programming code(I'm using Clarion development tool C5EE)?I don't want to use Secwin tool.
The menu item must be disabled at the start-up of the menu and must be used in a variable.
Example : suppose the name of this menu item is ?Mymenuitem.
In the source code I have a variable called myvariable which receives the menu item name like this :
myvariable = '?Mymenuitem'.
First I try to disable menu item by the following statements:
- myvariable{prop:dsable} = TRUE
- myvariable & {prop:dsable} = TRUE
- myvariable & '{prop:dsable} = TRUE'
But none of these statements has runned succesfully.

Thanks.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top