Ok, you aren't returning a simple query from your ldap.  That makes things 
trickier.

<cfoutput query="results#>
  <cfloop list="#results.columnList# index="col">
    <cfif IsSimpleValue(results[col])>
      #results[col]#
    <cfelse>
     #col# is a complex value such as a structure, array or object, and needs 
special handling.
    </cfif>
  </cfloop>
  <br/>
<cfoutput>

Depending on what you are trying to accomplish, you can add appropiate code to 
the else clause.

Also, <cfdump var="#results#> will do all this and give you a good idea of the 
sturcture, but I presume you want prettier output for users. 

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:207443
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to