Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

UnTrace / Not Show on Srcipt Execution Progress

Hello, my problem is that I have a foor loop on the script that concatenates lots of tables (as much as products) and when look at the script execution progress is full with the traces of this loop and I can not see the rest of the traces unless I scroll a lot. I want to hide those messages but I don't know how.

An Example of what I want to hide:

SN.png

2 Replies
el_aprendiz111
Specialist
Specialist

Hi Eric

1 example:

for i = 1 to 52
TRACE;
TRACE ---------Rows: $(MyMessage);
TRACE;
tmp:
LOAD * Inline
[
CHR
K
K
K
K
B
L
L
L
L
L
D
D
D
D
D
G
H

]
;
NEXT i
Let MyMessage = NoOfRows('tmp') & ' rows in tmp Table';

Anonymous
Not applicable
Author

I'm Afraid I steel see the default trace with this code.

Trace1.png

Maybe it's for my QV version? I think that I am in 12