RRainey
Posts: 9
|
| Posted: 09/28/2007, 1:02 PM |
|
The option to make a form Visible or not works great in CCS 3.2 but there are times that executing the underlying code is undesirable especially the sql queries. Has anybody figured out a way to terminate a form like we used to do in CC 2.07 in the Open event with something like this:
if (TRUE)
{
$tpl->set_var("MyForm","");
return;
}
I have looked all through the generated code and I cannot find a way to do it with creating errors or undesirable results. There are times you have to have many hidden forms on a page or with include pages and I have not found a way to do that easily. Anybody?
|
 |
 |
RRainey
Posts: 9
|
| Posted: 09/28/2007, 1:23 PM |
|
Well, I thought I had looked every where for the answer and then discovered Panels will do what I need. Seems like a solid solution. Has anybody had any drawbacks to using them on hiding forms from executing?
|
 |
 |
wkempees
|
| Posted: 09/28/2007, 3:20 PM |
|
Nope.
No restirction, way to go.
"RRainey" <RRainey@forum.codecharge> schreef in bericht
news:246fd62a4d7542@news.codecharge.com...
> Well, I thought I had looked every where for the answer and then
> discovered
> Panels will do what I need. Seems like a solid solution. Has anybody had
> any
> drawbacks to using them on hiding forms from executing?
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|