I just did what dave and morgan suggested and it worked like a charm. Embarrassed that I made this beginner mistake. I have about six or so more functions above this one that all work fine, just didn't pay attention to details on this one.
Bruce On May 9, 2013, at 12:02 PM, "DURETTE, STEVEN J" <[email protected]> wrote: > > Actually up higher he does a <cfset var adduser = "" /> so he is actually > returning a variable. He can solve it either using your way or by doing a > <cfset adduser = qUserEmail /> before the cfreturn. > > I just mention this because if he inspected the results he wouldn't get back > that he was returning an instance of the component, just a simple variable. > > I know a lot of people who declare some sort of return variable and set it at > the end just before returning. > > Steve > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355676 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

