Tony:
Put pound signs around your queryName.recordCount in the CFLOOP tag as in:
<CFLOOP ... TO="#queryName.recordCount#" ...>
--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/
-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2003 4:18 PM
To: CF-Talk
Subject: cfloop question
<cfloop from = "1" to = "queryName.recordCount" index = "i">
#queryName.currentRow[i]# #queryName.address[i]#
</cfloop>
#get.currentRow[i]# for some reason doesn't parse. it errors and tells me
to scalarize myself (well, not really) but shouldn't that works just like im
getting
the other one to parse fine?
thanks.
...tony
tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- CFLOOP question Paul Campano
- Re: CFLOOP question Michael T. Tangorre
- RE: CFLOOP question Robertson-Ravo, Neil (RX)
- RE: CFLOOP question Nagy, Daniel J
- Re: CFLOOP question Graham Pearson
- RE: CFLOOP question Adrian Lynch
- cfloop question Tony Weeg
- Re: cfloop question Johan Steenkamp
- RE: cfloop question Tony Weeg
- RE: cfloop question Barney Boisvert
- RE: cfloop question Mosh Teitelbaum
- RE: cfloop question Tony Weeg
- RE: cfloop question Mosh Teitelbaum
- RE: cfloop question Tony Weeg