Drawing rectangle/line extending through multiple headers

duckster

Registered User.
Local time
Yesterday, 19:55
Joined
Jul 17, 2004
Messages
78
Hi, I have a report which has a few headers:

1. A static area on the top with company info, etc.
2. A details section for product info.
3. A static area on the bottom with some basic info.

I'm trying to draw a single border and some lines which extends throughout the entire report page; however, the program will not let me do this. Instead, it only allows me to draw a line or border WITHIN each section, in effect not allowing me to extend it straight through multiple sections of the report. Can anyone shed some light on this? Thanks so much!!
 
I guess you will have to add lines to each section so they join up with each other.
 
stephen lebans has examples of lines/borders for reports - try his site
 
I guess you will have to add lines to each section so they join up with each other.

This does work, with a bit of difficulty though (and meticulous joining of the lines from one section to the next)... but in the end, it does still work. Thanks.

I will also check out the website mentioned!

Cheers
 

Users who are viewing this thread

Back
Top Bottom