Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Conditionally hiding a menu item - c5 1999-03-26 -- Jim Kane > I need to know how to hide a menu item based on a variable. What code
> would be used, what embed would i use. I am using c5 clarion templates.
>
If yourvariable then
?menuitem{prop:hide}='1'
Else
?MenuItem{prop:hide}=''
end
Can be put anywhere after the window is open in ThisWindow.init in the frame procedure.
Today is December 3, 2024, 12:12 pm This article has been viewed 35312 times.
|
|