Skip to Content
0
Former Member
Nov 07, 2005 at 09:49 PM

Triggering a Top-of- Page without a WRITE statement

184 Views

TOP-OF-PAGE event is fired only when it encounters the first Write statement in the report.

Q)Is there any way to trigger this event,without having a write statement in the program??

A)The answer is yes.If you write a SKIP statement in the SELECTION-SCREEN,then your TOP-OF-PAGE event would fire.