You would have to copy each column at the approriate row into an array, struct or some other argument, since CF references queries as a struct of columns which are each an arrray or row entries, rather than an array of structs (which would make this a lot easier)
E.g. for a query QPeople with columns "PersonID, FirstName, LastName" getting the second row means finding QPeople["PersonID"][2], QPeople["FirstName"][2] and QPeople["LastName"][2]. On 5/4/06, kurt schroeder <[EMAIL PROTECTED]> wrote: > Can a row of a query be passed as an argument in CFMX7. I know i can pass in > the query and the currentrow, but it would be cleaner if i could just passin > the row only. > > Thanks > KES > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239515 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

