<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VBA code in Access 2000 only works in debugger in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975848#M2814</link>
    <description>You may not be initializing some of your variables properly, or may not be passing the value correctly.  Some debuggers initialize all variables rather than leave them as "undefined".&lt;BR /&gt;&lt;BR /&gt;Create a "debug" window, place screen write points rather than breakpoints and run the program normally, collecting the variable changes in the window (or output to a printer or logfile).&lt;BR /&gt;&lt;BR /&gt;Jon</description>
    <pubDate>Sun, 18 May 2003 22:07:03 GMT</pubDate>
    <dc:creator>Jon Finley</dc:creator>
    <dc:date>2003-05-18T22:07:03Z</dc:date>
    <item>
      <title>VBA code in Access 2000 only works in debugger</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975847#M2813</link>
      <description>I have some code that only works when I &lt;BR /&gt;"slow it down" by stepping through it in debugger w/ breakpoints inserted. The code seems to skip steps when I try to run it normally. Any idea why this is happening???</description>
      <pubDate>Sun, 18 May 2003 11:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975847#M2813</guid>
      <dc:creator>Dan Stauffer</dc:creator>
      <dc:date>2003-05-18T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: VBA code in Access 2000 only works in debugger</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975848#M2814</link>
      <description>You may not be initializing some of your variables properly, or may not be passing the value correctly.  Some debuggers initialize all variables rather than leave them as "undefined".&lt;BR /&gt;&lt;BR /&gt;Create a "debug" window, place screen write points rather than breakpoints and run the program normally, collecting the variable changes in the window (or output to a printer or logfile).&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Sun, 18 May 2003 22:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975848#M2814</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-05-18T22:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: VBA code in Access 2000 only works in debugger</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975849#M2815</link>
      <description>Dan, there are some VBA code that simply doesn't work if used without debugger. Let me explain better: suppose you have a report printer from a form, and you want to alter it's activate behaviour according to a variable in the form. Forget it. In debug mode you'll be able to do it. But not in "normal" mode.&lt;BR /&gt;Jorge</description>
      <pubDate>Mon, 19 May 2003 08:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975849#M2815</guid>
      <dc:creator>Jorge Pinto Leite</dc:creator>
      <dc:date>2003-05-19T08:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: VBA code in Access 2000 only works in debugger</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975850#M2816</link>
      <description>Dan,&lt;BR /&gt;Sometimes today's machines are too fast.  I've seen this before expecially when the code consists of various calls to other subroutines. Some commands invoke system routines that are multi-step.&lt;BR /&gt;Try injecting some "DoEvents" if there are places in the code that might fit what I have descibed.  That'll give the system a chance to finish before continuing.</description>
      <pubDate>Mon, 19 May 2003 15:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/vba-code-in-access-2000-only-works-in-debugger/m-p/2975850#M2816</guid>
      <dc:creator>Laurence Wingerter</dc:creator>
      <dc:date>2003-05-19T15:10:15Z</dc:date>
    </item>
  </channel>
</rss>

