Exploring Classical Report Events: Page Overflow, At Selection-Screen Output, and More
Welcome back everyone, we were discussing about Classical Report events, So let’s continue it. Page Overflow :- There is always a big possibility to get a runtime error when we blindly give line count for End of page event, let’s analysis the reason, why we got a runtime error. Ans :- Page overflow generates when the size of page is not enough to adjust end of page and header of page, So we need to make sure that their size is compatible before taking any blind decision. 7. At Selection-Screen Output This event calls before displaying the selection screen or input screen. The purpose of this event is to modify the selection screen. Note :- We have seen that, Initialization event also triggers just before displaying the selection screen. So, What’s the difference Initialization Vs At Selection Screen Output :- Initialization event calls only first time before displaying the selection screen whereas at selection screen output event calls every time before displayin