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

default event in classical reports

Former Member
0 Likes
1,712

what is the default event in classical reports?

Regards,

pandu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
845

hi,

Let us take you developed a program then LOAD-OF-PROGRAM and INITIALIZATION these will be fired first when running the program, before the selection screen, if there is one, is fired.

If there is a selection screen, AT SELECTION-SCREEN OUTPUT event will be fired automatically before the screen is shown.

Also, if there is a selection screen, the START-OF-SELECTION event will only be fired when the user clicks the "Execute" button on the selection screen.

TOP-OF-PAGE will automically be fired when you use the first WRITE statement as well as anytime the line count is reached.

what is the default event in classical reports?

Regards,

pandu.

3 REPLIES 3
Read only

Former Member
0 Likes
845

START-OF-SELECTION.

Reward if useful

Praneeth

Read only

former_member156446
Active Contributor
0 Likes
845

top of page

start of selection

end of selections

at selection screen input / output

Read only

Former Member
0 Likes
846

hi,

Let us take you developed a program then LOAD-OF-PROGRAM and INITIALIZATION these will be fired first when running the program, before the selection screen, if there is one, is fired.

If there is a selection screen, AT SELECTION-SCREEN OUTPUT event will be fired automatically before the screen is shown.

Also, if there is a selection screen, the START-OF-SELECTION event will only be fired when the user clicks the "Execute" button on the selection screen.

TOP-OF-PAGE will automically be fired when you use the first WRITE statement as well as anytime the line count is reached.