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: 

diff b/w end of page n end of slelection

Former Member
0 Kudos

hi gurus

i want diff's b/w End of page and End of selection...

regards

baskar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

END OF SELECTION

This event is used for displaying the list output.

i.e. all the output statements are writen in this event.

END OF PAGE

This event is user to give the Page footer.

Reward Points if useful.

4 REPLIES 4

Former Member
0 Kudos

End-of-page:

Basically used for printing something i.e footer on the end of each/current page of report. Simmilar to Top-of-page.

You can use End-of-page during line selection.

End-of-selection:

This is the last event in any kind of program and executes when all the events has been fired, can also be used to end Get events.

Can contail codes for any kind of processing.

PS: Reward Points if helpfull.

Regards

Naveen Gupta

Former Member
0 Kudos

END OF SELECTION

This event is used for displaying the list output.

i.e. all the output statements are writen in this event.

END OF PAGE

This event is user to give the Page footer.

Reward Points if useful.

former_member585865
Contributor
0 Kudos

Hi Bhaskar,

End-of-page : is footer of the page.

End-of-selection: is triggered At the end of the processing block.

Former Member
0 Kudos

hi !

end of selection : it is used to terminate the select qurey .

after the start of selection

u will write a select query to terminate the qurey we will use end of selection.

end of page : it is used to write the page footer that means if ur generating the report u will assign some line count to it

and it displays it in pages , at end of page u can declare the page no , so that the page no at end of each page