On Mon, Aug 4, 2008 at 11:18 PM, Ioannis Papanikolaou <[EMAIL PROTECTED]> wrote:
> Browser is throughing error "Variable RETURN is undefined.... " > however I know that if I my results from the DB are not empty the function > works. Right - you are in a cfoutput loop and when there are no results in the query the variable "return" is never populated as the loop never runs. -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310153 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

