>>Try putting a CFTRY / CFCATCH around the code that is throwing the error
This is not an option, I want a system that can detect any error hapening any where. Try/catch should be used only for isolated situations (and I also use it in many occasions) >>Bottom line.... Your page should NOT be throwing errors. Of course, and as a matter of fact, I just decided after a 38 years carrer as a developer that I will not implement any error of any type anywhere in my code. :-) >>I assume we are talking about debugging here. The very last step in a debugging process is to find the last bugs during the beginning of the production cycle. Then it makes no difference. And even so, you still can have errors due to the server, the database, hackers, stupid users, etc. >>Let's not lose sight of what the long-term goal is. The worse idea would be to ignore all errors like if they were not supposed to happen. After all, it is their fault if they happen ;-) -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:276573 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

