2007 Dec 20 4:25 PM
what is the default event in classical reports?
Regards,
pandu.
2007 Dec 20 4:31 PM
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.
2007 Dec 20 4:29 PM
2007 Dec 20 4:30 PM
top of page
start of selection
end of selections
at selection screen input / output
2007 Dec 20 4:31 PM
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.