Ask a Question related to Macromedia ColdFusion, Design and Development.
-
sams@centric.net #1
SIMPLE Question! - Count <cfloop>
How can I display the number of times a query loops?
Example:
<cfloop query="countthis">
??
</cfloop>
So, if the query produced 10 results, it should display "12345678910".
Thanks in advance!
sams@centric.net Guest
-
CFLoop can't count??
Hi All, what is wrong with the following code. All it is supposed to do is count the records, take the total number of records list them 1 - 10 in... -
count backwards with cfloop
hey everyone, i'm trying to list some bits of information by year, starting with the current year, and need to do a <cfloop> to do this. when i... -
count cfloop query
How can I display the number of times a query loops? Example: <cfloop query="countthis"> ?? </cfloop> So, if the query produced 10 results,... -
CFloop question
Hello: I need to display some course information online, we have multiple sections for some courses, there might be three instrutors teach 3... -
[Error 252] Exception during a simple count
Hi, I need assistance on the following issue : I get the following error : 252 : Cannot get system information for table while doing a simple...



Reply With Quote

