Darrell Burns
dhb at flsi.com
Sun Aug 7 15:10:17 CDT 2011
My clients pay me very well to create applications that display Hello World at the mere touch of a button. :-) -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of William Benson (VBACreations.Com) Sent: Sunday, August 07, 2011 12:33 PM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Breakpoints don't work!?! I think computers are just getting tired of repeating "Hello World." It is degrading to them. I know would get tired of it, and I consider this rebellion a sign of things to come. -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Darrell Burns Sent: Sunday, August 07, 2011 3:19 PM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Breakpoints don't work!?! I copied it over to my WinServer and got the same [mis]behavior. Another guy suggested I try CurrentDb.Properties("AllowBreakIntoCode") = True, but that didn't work either. My solution was to create an empty 2010 database and start copying the objects in. That seems to be working so far. -- DB -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin Sent: Saturday, August 06, 2011 10:23 PM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Breakpoints don't work!?! Curious. Want to send it to me off line? We'll see if it's reproducible on another machine. Rocky -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Darrell Burns Sent: Saturday, August 06, 2011 9:23 PM To: 'Access Developers discussion and problem solving' Subject: [AccessD] Breakpoints don't work!?! I've entered the Bizarro world of Access2010. I have a button on a form called btTest. There's a Hello World msgbox in the click event that confirms that the button has been clicked. But it doesn't seem to execute any of the code after the msgbox. So I put a breakpoint at the next line...click the button, it says "Hello World" and that's it. I put the breakpoint ON the msgbox line...click the button and it still says "Hello World". I've compiled, decompiled, re-compiled, compacted & repaired, closed & re-opened. I still can't catch a break (heh heh). WTF? Is there some mystery setting somewhere that I accidently whacked? -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com