CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> CodeCharge Studio -> ASP

 search problem

Print topic Send  topic

Author Message
sunny_99

Posts: 20
Posted: 11/25/2004, 5:09 AM

Hi
i am developing site where a user can search for customer details but the problem is that before the search begins all the details are shown on the page

so i have tried using the edit mode but even then shows all the details

can any one tell me how to hide the grid before the search begins

thanks in advance

regards
sri
View profile  Send private message
cobom


Posts: 55
Posted: 11/25/2004, 10:28 AM

I had to add this code to let employees search their own data. Before I did the search results would display all the records - now they hit search and only the values inputted are shown. I add it to the before show event - unless an employee name is entered and search is selected the 'LIST' remains invisible
  
Function Employee_Direct_LaborSearch_BeforeShow() 'Employee_Direct_LaborSearch_BeforeShow @31-86D005F1  
  
'Custom Code @59-73254650 CBMod show list after entering name  
' -------------------------  
Employee_Direct_List.Visible = ccGetParam("s_Employee_Name","") <> ""  
' -------------------------  
'End Custom 

search is my search grid - list is the grid results

Hope that helps....


_________________
cmckinney@searay.com

Will program for a Sea Ray 680 SS ;}
View profile  Send private message
sunny_99

Posts: 20
Posted: 11/26/2004, 12:32 AM

hi cobon

thanks very much
ya your suggestion worked

regards
sri
View profile  Send private message

Add new topic Subscribe to topic   


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

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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