CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> CodeCharge -> Programming

 Grip/Edit problem

Print topic Send  topic

Author Message
phper

Posts: 4
Posted: 03/10/2004, 6:47 AM

I have a grid/edit form setup to display only specific results based on parameters passed. When my users select an item from the grid to edit, if they cancel or update, the grid displays all records in the table. This is not what I want it to do.

How do I stop this? If user cancels or updates I still only want to display records based on parameters passed to the grip initially.
View profile  Send private message
sho

Posts: 2
Posted: 04/13/2004, 1:15 PM

Make sure that
- the grid form "inputs" and transmits all "search" parameters
- the edit form "inputs" and transmint all "search" parameters

A more advanced approach in ASP language (even takes page number and sort order into account):

Put
SetVar "TransitParams", "q=" & ToURL(request.servervariables("QUERY_STRING"))
in the grid form Open Event

then in the edit form Open Event

if GetParam("q") > "" then
sParams = GetParam("q")
end if
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.