second page of a dot matrix report
I have a report that in second page it begins early one line, how can I put it in de second line, only in the second page because the first page that's all right.
thanks
thanks
Comments
insert a band and change Visible:=Visible AND Page#=1;
Or
Insert a second Page in the designer with the new margins.
Or
Change Height of you top-Band (PageHeader) in dependence of your Page#.
E.G If Page#=1 then PageHeader1.Height:=50 else PageHeader1.Height:=30;
Daniel