Paul: One thing I noticed, going back to earlier 7.x versions (although
I'm
not sure it's 100% replicable), is that if you have a comment on the same
line as code, it seems to skip that line and show the trace highlight on
the
next uncommented line. It does evaluate that line, but just doesn't show
the
step thru it. Any chance you have comments on the line?
I'm talking about this
IF vCount > 0 THEN -- see if any rows are there
Karen
In a message dated 9/19/2011 10:08:21 AM Central Daylight Time,
[email protected] writes:
> I am using the latest eXtreme 9.1 (9.1.4.10822) and when I trace some of
> my
> EEP's in forms that have while loops many times the code in the while loop
> does not trace. It just appears to "skip" through the while loop and
> continue after the loop. The code in the loop is run but I don't see it
> line by line. When the code is OK this is not a problem, but when I am
> trying to find a screw up I can't see the code.
>
> Has anyone else experienced this and are there any suggestions on how to
> get
> it working correctly?