Solved :

 You cant  valuelist(evaluate("queryname.#dynamic#"))
But you can
  Evaluate("valuelist(queryname.#dynamic#)")



David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155

        
-----Mensaje original-----
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Lunes, 02 de Mayo de 2005 12:19
Para: CF-Talk
Asunto: loop question , seems to be invalid

Hi there ppl.

 i have a little problem with this...
 i have a query with name of companies ,selected names are columns of
another query , and i need to list the values for that names..

 Code Example

 <cfloop query="selectCompanies">
    <cfif listlen(valuelist(evaluate("companyDetails.#Acronym#")))>
     --- some code here ---
    </cfif>
 </cfloop> 
 
i think valuelist dont support Evaluate in there...

The syntax is valid cause Coldfusion raise "Just in time compilation error"

Any ideas?... 
  



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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