Would be nice, cfoutput and cfloop taking a query object as well as the
name(a string) of one.

Ade

-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: 18 January 2006 17:41
To: CF-Talk
Subject: RE: using returned query


it's just like any other query. If you have:

users = userObj.getUsers();

which returns a query. Then you can just

<cfoutput query="users">


I do not know if it has been mentioned, but this has bit me in the behind.
You have to do it this way, not the way I sometimes try to short cut it.

<cfoutput query = "userObj.getUsers()">  This does not work!.


--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

‚€ˆ€ƒ
1 
†€Š€‡Binary Soduko
  
„€‰€…

"C code. C code run. Run code run. Please!"
- Cynthia Dunning


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229896
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

Reply via email to