Forum Discussion
Tony2021
Nov 18, 2022Steel Contributor
Error Handling Question (dont see the debug button)
Experts, I am adding error handling to my form. I seem to not get the debug button anylonger with the below. I get a message box as I should but no button for debug. I am wondering how I can ad...
- Nov 18, 2022
Hi,
You are correct and this is one of the purposes of custom error handling. The normal user shall NOT get into the code behind an application.
Servus
Karl
************
Access News
Access DevCon
Tony2021
Nov 18, 2022Steel Contributor
Hi Karl, thank you. correct me if I am wrong but if another user is using the database that doesnt know about that then I dont think they will ever know where the error line resides? I am thinking I will just remove the error handler.
Nov 18, 2022
Hi,
You are correct and this is one of the purposes of custom error handling. The normal user shall NOT get into the code behind an application.
Servus
Karl
************
Access News
Access DevCon
- Tony2021Nov 18, 2022Steel ContributorAhh yes good pt. thank you sir!