VishalMistry
13th July 2015, 13:45
Hello,

Is there any way to interrupt executing report and trace values in layouts ?

My goal is to write a generic script such that it captures details from layouts (fields values).

Very much like B2Win.

Vishal

mark_h
13th July 2015, 15:44
Not sure I understand the question - you can put the report in debug mode and put in break points and such. All the normal debug functionality is available. So maybe I am not getting the question. Are you talking about interrupting a running report from another script?

benito
14th July 2015, 00:10
if i understand correctly, you can have the text output of the report as a delimited temp file in a temp directory and just read the values with your generic script.