Thursday, March 8, 2012

Custom Height Footer

Hello
I really hope some one can help me resolve this problem.
I need to be able to print my footer at different heights.
For example:
On the first page i need my footer to start printing at 1.5 in
And all other pager at 0.5 in
Im using Crystal Report 10Here is the structure of my report

GH1 - ITEMNO
GH2 - Header for the ITEMNO
DETAIL at the and of page1 I need to change footer height
GF2 Not Used
GF1A - ITEMNO Additional Info
GF1B - ITEMNO Additional Info|||you can create two footers one at 1.5 and the other at 0.5.

Create 2 shared booleanvar footer_1 and footer_2.

You can manage these variables to show and hide the required footer. First footer_1:= true;
footer_2:=false;

after showing the firt footer or in first footer change the variables to
footer_1:=false;
footer_2:=true;

now your 2nd footer will show onward.

No comments:

Post a Comment