Re: CFLDAP Question Hitting AD

2007-03-28 Thread James Blaha
Mike, Thank you so much! I'm coding again Have a great day! -Jim ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?s

RE: CFLDAP Question Hitting AD

2007-03-28 Thread Dawson, Michael
Specify the SEPARATOR attribute in your CFLDAP tag. I use the pipe character such as: cfldap action="query" name="result" separator="|" ... The items will then be separated by the pipe and you can use the list functions to loop over the list. M!ke ~