CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> Archive -> GotoCode Archive

 Before show event-Hiding a grid

Print topic Send  topic

Author Message
Brandy
Posted: 05/16/2003, 8:06 AM

I created a registration form using the CCS template.
I want to put an event that will only show the Search field and hide the grid until after a search request is made. and the display the search results.
could someone help me with this
rclayh
Posted: 05/16/2003, 9:33 AM

Post specifics about which language and platform you are using.
Brandy
Posted: 05/16/2003, 1:07 PM

I am using ASP with CCS 2.0
Brandy
Posted: 05/16/2003, 1:07 PM

I am using ASP with CCS 2.0
lneisius
Posted: 05/16/2003, 1:25 PM

This is a method I used on one page:

Search.Visible = False
If CCGetFromGet("Search","") <> "" Then Search.Visible = True
If CCGetFromGet("s_Member","") <> "" Then Search.Visible = True
If CCGetFromGet("s_MemberStatusID","") <> "" Then Search.Visible = True
If CCGetFromGet("s_MemberGroupID","") <> "" Then Search.Visible = True

Hope it helps

   


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.