Hi Vik, Thats what I ended up using.. though each time I refreshed the page it returned drastically different number of results... we were planning to draw this infomation from a different source (from a SQL db instead) so I'll just switch to that instead :)
Cheers, Brian Brian Gilbert Wesley College, Melbourne Australia Position: Web Architect E-mail: [EMAIL PROTECTED] Ph: +61 (0)3 9881 5459 Fx: +61 (0)3 9802 0142 Personal Website: http://www.realityloop.com/ >>> [EMAIL PROTECTED] 02/26/03 11:19pm >>> Hi Brian, How about a query of query on the LDAP results? It may not be the most elegant solution but it does get the job done. Cheers, Vik Brian Gilbert wrote: > Seeing as sort attribute of cfldap tries to sort on the server in CFMX, > and it seems our ldap server doesn't support this or is just too damn > slow, how could I go about sorting the query output? > > > <cfldap action="QUERY" name="blah" > attributes="preferredsurname,preferredname,ext" > start="the_beginning" > scope="ONELEVEL" > maxrows="500" > filter="listvisibility=TRUE" > sort="preferredsurname,preferredname" > sortcontrol="nocase" > server="ldapserver.server.com" > timeout="100"> > > > <cfoutput query="Elsternwick"> > blah blah > > > > Brian Gilbert > > Wesley College, Melbourne Australia > Position: Web Architect > E-mail: [EMAIL PROTECTED] > Ph: +61 (0)3 9881 5459 > Fx: +61 (0)3 9802 0142 > > Personal Website: http://www.realityloop.com/ > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
