Question : debug 'stop' not executing

I am trying to debug a report and have a 'stop' on the detail format section. It's not stopping and the report is printing... It works in other reports??? Is there some option I have to turn on to get this to work???

Answer : debug 'stop' not executing

<>

Open the report in design view, select the detail section, bring up the property sheet, click events, then look at OnFormat.  Make sure it say's "Event Procedure". Click the builder button to the right (...).

 Your procedure with the stop in it should come up.

Also check that the "Has Module" property of the report is set to true.

If all that checks out, then your VBA code project is corrupt.  You'll need to use /decompile, or better yet, import everything into a new DB container.

JimD.

Random Solutions  
 
programming4us programming4us