Application Development and Automation 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: 
Read only

debugging - cursor back to report statement

Former Member
0 Likes
455

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
Read only

Former Member
0 Likes
375

<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
Read only

Former Member
0 Likes
376

<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.