Robert
|
| Posted: 02/28/2002, 11:24 AM |
|
There has been a recent thread on how to hide menus based upon security level. Seems that more than one person didn't realize (myself included) that a menu named "menulevel_1" would be accessed by a variable named "formmenulevel_1". For me, the only way I determined that "form" was tacked on to the beginning of the variable name was by scouring through the generated code.
Is there any technical documentation on things like this ?
Thank you in advance....
-Robert
p.s. I have looked in the CC 'help' but find that it's pretty basic.
|
|
|
 |
Nicole
|
| Posted: 03/01/2002, 12:59 AM |
|
Robert,
almost all CC variables are described in CC help, the rest you could find in generated code, like Form<form_name>
|
|
|
 |
|