I am working with a dynamic ribbon for the first time in Access 2010 and I noticed that while developing my database if I halt code execution during an error while debugging, it loses the reference to the ribbon and I can no longer change controls on it (visible, enabled, etc...) and have to exit the database and go back in.
Now my question is, theoretically all my possible errors will be handled with proper error handling when I actually release my final version of the DB. Assuming all run time errors are properly handled, what are the chances the ribbon will stop working for some other reason? For example, if an end user leaves the database open for a week straight on their computer, will the reference to the ribbon be lost for any reason? Is there anything else I should be concerned about?
I have searched and searched for a way to reload the ribbon after an unhandled exception but can't find any solution. Should I not even worry about it if I am writing good code that doesn't result in unhandled exceptions?
Now my question is, theoretically all my possible errors will be handled with proper error handling when I actually release my final version of the DB. Assuming all run time errors are properly handled, what are the chances the ribbon will stop working for some other reason? For example, if an end user leaves the database open for a week straight on their computer, will the reference to the ribbon be lost for any reason? Is there anything else I should be concerned about?
I have searched and searched for a way to reload the ribbon after an unhandled exception but can't find any solution. Should I not even worry about it if I am writing good code that doesn't result in unhandled exceptions?