Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make continuous vertical line on crystal reports?

Hello I want to replicate the following on crystal reports:

Report Sample

Right now I have it as follows on CR (Yellow being the report header and then the page headers, blue the details section, green the report footer which I need it to print at the bottom of the page, and the read part being the thing that I want to accomplish)

Explanation

Any suggestions on how can I accomplish to create a section that draw at least all those vertical lines from the end of the details section all the way to the start of the report footer section?

UPDATE

enter image description here

enter image description here

like image 208
Victor Avatar asked Oct 21 '22 20:10

Victor


1 Answers

Right-click on your line and under Format Line, check the "Extend to Bottom of Section when Printing" box. That should print the line all the way to the Footer. You may also have to check the "Print at Bottom of Page" box in the Section Expert under Report Footer.

EDIT:

After some trial and error we finally found the solution: In Preview mode, click on one of the lines in the detail section. Now drag the bottom of the line all the way down to the Report Footer. You should see the line extending as you drag the end of it down. Make sure that you extend it all the way until you are on top of the horizontal line in the Report Footer. Once you let go, the line should stay. If it doesn't you didn't drag it far enough. Try that and let me know. This only works in Preview Mode!

like image 97
campagnolo_1 Avatar answered Oct 24 '22 09:10

campagnolo_1