birdie185
|
| Posted: 06/19/2002, 2:18 PM |
|
in code charge 2.0.5
to not display a block in the open event i use the following code.
===================================
if (!get_param("s_division_scorer") )
{
$tpl->set_var("Formleadingscorers",""); // <-- sets the form blank
return;
}
===================================
now in code charge studio i want to set the record block template to blank
if NULL
i do not know where to begin?
which event should it be stored under and how?
Any help would be greatly appreciated
Shawn
|
|
|
 |
|