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: 

default event in classical reports

Former Member
0 Kudos

what is the default event in classical reports?

Regards,

pandu.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

3 REPLIES 3

Former Member
0 Kudos

START-OF-SELECTION.

Reward if useful

Praneeth

former_member156446
Active Contributor
0 Kudos

top of page

start of selection

end of selections

at selection screen input / output

Former Member
0 Kudos

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.