Can Grow and column borders

  • Thread starter Thread starter Vik
  • Start date Start date
V

Vik

In a report, I want to show the field borders so that the report looks like
a table. The fields in the report can grow, so their height is different and
their borders don't form the table.

Is the a way to print the report as the table?

Thanks.
 
Vik said:
In a report, I want to show the field borders so that the report looks like
a table. The fields in the report can grow, so their height is different and
their borders don't form the table.

Is the a way to print the report as the table?


You need to use the Line methid in the section's Print event
procedure. This can get tricky in some situations so I
recommend that you use the PrintLines porcedure at
www.lebans.com
 
Back
Top