Hi Sandeep
Just to give you a background why do we have start and end of selection. Earlier when STOP statment etc were allowed what we used to do was in start of selection at any point of time we think our data has been fetched and its a time to display it we will use STOP statement which will trigger the End of Selection. The end of selection use to contain the code where you write data on to the screen.
Now since these statement have been obsolete you can do at both places.
Please read documentation for more detail.
Nabheet
Yes you can write program logic in END-OF-SELECTION, but depending upon the situation that logic is not has to be incorporated in some other Event block
Hi Sandeep Majumder
Can we write the logic part of the report in the END-OF-SELECTION event??
Yes... we write the logic part of the report in the END-OF-SELECTION event
Add a comment