CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge -> General/Other

 Going cucu. please help

Print topic Send  topic

Author Message
Rob


Posts: 13
Posted: 11/17/2006, 9:48 PM

in this post we have a code
http://forums.codecharge.com/posts.php?post_id=60004
its working fine but i just need to get this to work with codecharge2.0 asp2.0 with templates
is there any way?
the code is
$i = 0;
$sWhere = " where c.par_category_id is Null";
$rec_count = dLookUp("categories", "count(*)", "par_category_id is Null");
$rec_count--;

CustomShow event:
$point = $i/3;
if (strpos($point, ".") == "")
if ($i == 0)
echo "<tr>";
else
echo "</tr><tr>";
?>
<td bgcolor="#E4B6DE" style="border: 4 solid #A0038C"><font color="#000000" style="font-size: 11px; font-family: Tahoma, Verdana, Arial;"><a href="<?=$fldname_URLLink?>?category_id=<?=$fldname_category_id?>&"><font color="#000000" style="font-size: 11px; font-family: Tahoma, Verdana, Arial;"><?=$fldname?></font></a> </font></td>
<?
if ($i == $rec_count)
echo "</tr>";
$i++;
_________________
I don't even know enough to know that i don't know.
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.

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.