Bug? Debug - Step in (F8)

LucaMs

Expert
Licensed User
Longtime User
1.gif


Pressing F8 when the execution is on line 208 - Log("stop") [breakpoint], line 210 should be the next one and instead...!

If this can help... that code is inside another [for next loop], all inside a [Do While rs.NextRow]
 
Last edited:

Sandman

Expert
Licensed User
Longtime User
Are you at any point in the loop setting ElaborazioneCompletata to False? If not, it will continue to be True for all iterations once it's been set to True.
 

Sandman

Expert
Licensed User
Longtime User
In that case I probably didn't understand the problem. Perhaps simplify to a bare bones example?
 
Top