Print Vertical Line

  • Thread starter Thread starter Vensia
  • Start date Start date
V

Vensia

Dear all,

My report has layout like this :
- Report Header
- Page Header
- InvoiceNo Header
- Detail
- InvoiceNo Footer
- Page Footer
- Report Footer

The user can use A4 or letter or half letter size to print the report.
I want to print vertical line using Line method from the top of InvoiceNo
section (or bottom of Page Header) until .Top of Page Footer. The report
height can be vary, depends on the paper size and bottom margin.
How to write the code ?
Thanks in advance.

Vensia
 
Dear Bob,

The want the vertical line drawn until near below of paper (depends margin
bottom setting) although there is only one record in the report. I think
that I should use Line method to do it, but I don't know the code how to
check the length of Details section from Page Header to Page Footer.
Thanks.
 
Back
Top