[progress Communities] [progress Openedge Abl] Forum Post: Display Frame On Last Page Only?

  • Thread starter Thread starter James Palmer
  • Start date Start date
Status
Not open for further replies.
J

James Palmer

Guest
Some good old-fashioned code for you all today! Progress 10.2B08 on Windows. We use frames to output text to a text file for docket printing purposes. It works nicely even if it is a little antiquated in style. I'm trying to work out how to get my footer to only display on the last page of the text. Is this even possible? My code so far is below, but this appears on every page at the foot. display "Driver Name: " at 2 "_____________________________" skip(1) "Driver Signature: " at 2 "_____________________________" skip(1) "Vehicle Registration: " at 2 "_____________________________" skip(1) "Date: " at 2 "_____________________________" skip(5) with frame f-footer overlay width 180 no-labels page-bottom no-box no-attr-space stream-io use-text.

Continue reading...
 
Status
Not open for further replies.
Back
Top