Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Stefan said:to set the "start detail band on new page when less than" at run time, makes for me no sence
do while not eof()
skip 50 && Page length
if not eof()
skip && check the status of the next record
BlanksToInsert = 0
do while LINENO <> 1
skip -1
BlanksToInsert = BlanksToInsert + 1
enddo
replace NEWPAGE = .t.
* At this point you are pointing to the first line of the label such that you can eject page
* I think there is an option in report writer to eject page when condition is true.
* Alternately you can add blank records(BlanksToInsert) just before this record.
endif
enddo
go top
* Now send to printer like report form ....