I'm printing an Edit Field (not a problem). Prior to the Edit Field
being printed I Place a "Cutting Line" to the left, right and across the top
where the printing of the Edit Field will begin. (looks real nice). Now
the problem.... I need to place an identical set of lines after the Edit
Field finishes printing, as close to the print as possible. I could use a
one-size-fits-all approach and just print the lines at the bottom of the page
but that looks kinda sloppy since some printouts will be 40 lines and others
100 lines. I am using PRINT% (115,?) "|--------------------|" I need to
find where the printing ends so I can fill in the ? with a number.
Mike