R
RTL
Hello all,
Lately, we've been experiencing an interesting "situation." In the code, we
set a break point at where to stop. Then we remove the break points, save
changes (if they already aren't saved) and copy the file to the workstations
for the users.
Now, when the user uses the DB, the code will halt where the original (and
removed) break point existed. There is no break point set, but if you hit
F5, the code resumes execution.
The workaround for this is to copy the line of code that it breaks at, and
paste it to the line below. Then to comment (Remark) out the original line.
Then it works without breaking. :|
This happens all the time lately--regardless of whether it is closed then
re-opened...
Has anyone else experienced this?
Cheers,
Rich
www.techarts.com
Lately, we've been experiencing an interesting "situation." In the code, we
set a break point at where to stop. Then we remove the break points, save
changes (if they already aren't saved) and copy the file to the workstations
for the users.
Now, when the user uses the DB, the code will halt where the original (and
removed) break point existed. There is no break point set, but if you hit
F5, the code resumes execution.
The workaround for this is to copy the line of code that it breaks at, and
paste it to the line below. Then to comment (Remark) out the original line.
Then it works without breaking. :|
This happens all the time lately--regardless of whether it is closed then
re-opened...
Has anyone else experienced this?
Cheers,
Rich
www.techarts.com