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

 Row based URL build

Print topic Send  topic

Author Message
Ashiff
Posted: 10/22/2003, 1:47 AM

Hi,

I need a big favour. I have a total field which is displayed as a grid, when the person clicks the total field, it should access another grid with parameters of date, and name.

Now the name and date varies on every row and so the hyperlink should be build separately for every row as abc.php?name=xxxx&date=xxxx-xx-xx.

how should I proceed in this case.
Ken Hardwick -CC/ASP
Posted: 10/23/2003, 1:22 AM

Here is how I do this in CC/ASP .
Add something like the following in the "Before show event"
Field1 must be marked as HTML

Link = "Report_options.asp?Report=" & fldField1
fldfield1 = "<a href=" & Link & " target=""_blank"">" & fldfield1 & "</a>"

   


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.