CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 How to hide form in CCS?

Print topic Send  topic

Author Message
teufel
Posted: 09/27/2002, 9:30 PM

I inserted a code at my FORM event 'Before Show', setting property 'Visible' to FALSE but it didn't seem to work. What am I doing wrong here?


<?php
//BindEvents Method @1-350FE8A8
function BindEvents()
{
global $my_formSearch;
$my_formSearch->CCSEvents["BeforeShow"] = "my_formSearch_BeforeShow";
}
//End BindEvents Method

function my_formSearch_BeforeShow() { //my_formSearch_BeforeShow @205-5B0FE1D3

//Custom Code @339-2A29BDB7
// -------------------------
global $my_formSearch;
$my_formSearch->Visible = false;
// -------------------------
//End Custom Code

} //Close my_formSearch_BeforeShow @205-FCB6E20C

?>

Nicole
Posted: 10/01/2002, 7:08 AM

Hello,
put the hide code in the page After Initialize event.

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.