Strange, I code like that quite often and never have it return just the first instance. It would return a repeat though since it would be inside an inner loop. So if getRosters has a record count of 5 and then each volunteers query has a record count of 4 you get displayed the same entity ID 20 times?
On 2/22/06, Rick Root <[EMAIL PROTECTED]> wrote: > > Ian Skinner wrote: > > IIRC CF is going to automatically scope to the nearest query. To > override this you will need to fully scope the variable. > > when I tried scoping it using getRosters.ENTITYID, it *ALWAYS* returned > the same entity id - the first one. It only works if I assign it to a > different variable. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233126 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

