Gav,

 

 

That would only pass the number and not the entire row!

 

Regards,

Andrew Scott

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gavin Stewart
Sent:
Thursday, 16 December 2004 4:46 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: Question regarding queries

 

try

 

<cfset TestFunction(test.CurrentRow)>

 

because current row is not a field in the datbase but a property of the query object.

 

Gav

 

 

"Andrew Scott" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...

Hi all,

 

Have a question that I am hoping someone might know the answer too.

 

I am looping through a query like so

 

<cfloop query=”test”>

 

And would like to pass the entire row to another function, I am trying to do it this way with no real luck. Can anyone actually see what the problem is or another work around to the problem.

 

<cfset TestFunction(test[CurrentRow]) />

 

Regards,

Andrew Scott

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to