On 5/15/07, John P <[EMAIL PROTECTED]> wrote: > Here's the function on my .cfc page:
The function isn't resetting anything. Your block of <cfset> tags is simply setting some variables that are local to the function. They are not in any way related to the LDAP query (not the way you have the code written). You could pull all of those <cfset> tags out, and you'd get the same result. If you're trying to rename the columns, you could do a query of queries (query the LDAP query) and alias the column names the way you want them to appear. Also, scope that #userID# variable as #arguments.userID# :) -- Charlie Griefer ================================================ "...All the world shall be your enemy, Prince with a Thousand Enemies, and whenever they catch you, they will kill you. But first they must catch you, digger, listener, runner, prince with a swift warning. Be cunning and full of tricks and your people shall never be destroyed." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278178 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

