Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

debugging - cursor back to report statement

Former Member
0 Kudos

HI All,

I have a question?

Why during debugging a Report program, cursor goes back to Report statement again after reaching the event start-of-selection.

Thanks

Ankit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

<b>Because REPORT statement is the first statement executed in the event START-OF-SELECTION</b>. So, when ever we debug the report, the cursor goes there.

Regards,

Pavan.

1 REPLY 1

Former Member
0 Kudos

<b>Because REPORT statement is the first statement executed in the event START-OF-SELECTION</b>. So, when ever we debug the report, the cursor goes there.

Regards,

Pavan.