CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Counting Records CF CC Version 1.1.16

Print topic Send  topic

Author Message
Ann Harrell
Posted: 08/10/2001, 2:08 PM

Under page properties / header/footer I paste in this code:

<cfoutput>
<tr><td>#queryWobinfo.recordcount# records.</td></tr>
</cfoutput>

But the generated code adds a #

<cfoutput>
<tr><td>##queryWobinfo.recordcount## records.</td></tr>
</cfoutput>

If I enter it with no #, that's exactly what I get.

<cfoutput>
<tr><td>queryWobinfo.recordcount records.</td></tr>
</cfoutput>

This is version 1.1.16

Works fine once I take out the extra # sign.

Ann Harrell

Ann Harrell
Posted: 08/10/2001, 10:29 PM

Something similar happening in 2.0 Beta 5. I'll double check and write it up
to support tomorrow when I'm awake.

Ann

"Ann Harrell" <ann@starband.net> wrote in message
news:9l1igd$vd4$1@news.codecharge.com...
> Under page properties / header/footer I paste in this code:
>
> <cfoutput>
> <tr><td>#queryWobinfo.recordcount# records.</td></tr>
> </cfoutput>
>
> But the generated code adds a #
>
> <cfoutput>
> <tr><td>##queryWobinfo.recordcount## records.</td></tr>
> </cfoutput>
>
> If I enter it with no #, that's exactly what I get.
>
> <cfoutput>
> <tr><td>queryWobinfo.recordcount records.</td></tr>
> </cfoutput>
>
> This is version 1.1.16
>
> Works fine once I take out the extra # sign.
>
> Ann Harrell
>
>


   


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.