DWUTKA at marlow.com
DWUTKA at marlow.com
Wed Feb 25 19:31:05 CST 2004
Opening ANY module. The problem is the VBE. When it's loaded, the callback function slows to a crawl, and everything goes bonkers. It is simple to create a condition statement to 'block' that functionality from running in development though, and set it to normal in regular mode. Personally, I think it's outrageous that MS would incorporate AddressOf, and then have such a HUGE issue with using it. But sometimes, functionality supercedes convenience. Drew -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of John W. Colby Sent: Wednesday, February 25, 2004 7:20 PM To: Access Developers discussion and problem solving Subject: RE: [AccessD] C2DbShutdown You never really said what specifically the problem was, how it expressed itself, nor how it could be avoided. >because if the VBE editor has been opened, the callback capability goes bezerk, and sends the VBE into an endless loop, which makes Access look like it has locked up. What does that mean? Just opening ANY MODULE in the application causes Access to lock up? Opening the module with that functionality in it causes ACCESS to go beserk? Stepping into the function with that code? Stepping over that line of code? If opening ANY MODULE causes that then I for one would never use that method. If either of the other three, then I could place it in it's own module and deal with the problem. John W. Colby www.ColbyConsulting.com -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of DWUTKA at marlow.com Sent: Wednesday, February 25, 2004 5:40 PM To: accessd at databaseadvisors.com Subject: RE: [AccessD] C2DbShutdown LOL. Figured that. It's really only a development warning, because you should never allow your users to get into your source code anyways, so as an .mde, or a fully developed function, the warning doesn't apply. Drew -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of John W. Colby Sent: Wednesday, February 25, 2004 3:48 PM To: Access Developers discussion and problem solving Subject: RE: [AccessD] C2DbShutdown The WARNINGWARNINGWARNING mostly. ;-) I haven't decided not to use that method but I likewise haven't decided to use it. John W. Colby www.ColbyConsulting.com -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com