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

 code charge url link

Print topic Send  topic

Author Message
qawi
Posted: 01/26/2002, 8:05 AM

i am using code charge and i need the url to go to a details page. the records are there but i keep getting the error that either EOF or BOF is true? what's going on?

qawi
Brent
Posted: 01/26/2002, 2:48 PM

Sounds like your SQL statement is not finding any records. Chances are one or
more of the search arguments is empty or incorrect. You need to print
the Where clause that the grid is using to display the data.

If you are using PHP do the following:
In the Open event for the grid, add

die("\$sWhere=$sWhere); //Kills script

or

print("\$sWhere=$sWhere); //Script keeps going

and this will display the value of $sWhere which is built by the time this
event is executed.

   


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.