TomCarnahan
Programmer
I am writing a utility to do some of the cleanup necessary for deploying our MS-Access applications in a standard orderly fashion.
I have figured out how to disable the shift key, turn off builtin menus, hide the database window, and a few others. The only thing that I am having trouble with is using VBA to clear all breakpoints in the VBE.
I know that there is: DoCmd.RunCommand acCmdClearAllBreaks
I am assuming that this is the VBA equivalent of going to the menu and selecting "clear all breakpoints" however, when I use it, I get a message that "this command is not available at this time."
Is there something I am not aware of? Is there another way to do this?
Thanks ahead of time for any help you can provide!
--- Tom
I have figured out how to disable the shift key, turn off builtin menus, hide the database window, and a few others. The only thing that I am having trouble with is using VBA to clear all breakpoints in the VBE.
I know that there is: DoCmd.RunCommand acCmdClearAllBreaks
I am assuming that this is the VBA equivalent of going to the menu and selecting "clear all breakpoints" however, when I use it, I get a message that "this command is not available at this time."
Is there something I am not aware of? Is there another way to do this?
Thanks ahead of time for any help you can provide!
--- Tom