> although the only issue with that is that I need 2 lots of messages > ...... one to print out those values when I get a Stack Trace .... and > an other one to print out the values when I _dont_ get a Stack Trace
You might look into using the CFTRY/CFCATCH to grab the error and report on it... otherwise look into the CFERROR or OnError() method in Application.cfc if it's available to you. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2947 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
