mallred
Comments
-
The text is a combination of DBMemos and regions. All with ShiftRelativeTo in use. The picture is also on a region. This is a two pass report. The text at the top must be the size it is. I don't have an option to shrink that unfortuately. If I could…
-
BTW - I've tried resizing the image using the band's BeforeGenerate, but it's too late and the image ends up on pate 2.
-
Another option would be to shrink the first column to 0 width and expand the second column to use the whole page width (on pages after the first page). How would I do this?
-
Looks like I solved the problem by setting PrintBehavior=pbSection and KeepTogehter=True for all of the subreports.
-
I can solve this specific problem by setting each subreport component's PrintBehavior to pbChild. The problem is I need each subreport to begin on the top of the next page, not part way down the previous page. How should I be telling the subreports …
-
I found a way to do this. Insert a region with a square shape in it. Set the Square shape to the size of the space I want between DBMemos. Then set the square's Pen.Color=psClear. Also the region's Brush.Style=bsClear and Pen.Style=psClear.