weird report result

  • Thread starter Thread starter Pedro
  • Start date Start date
P

Pedro

Hi everyone
I've made a simple report but with just the objects on the footer section.
12 lines each one with 13 objects, like an anual report. So far so good. It
shows me all the way i want. But i would like to add 8 lines more with
another 13 objects per line. The weird thing is that, it adds my first page
in blank. Completly in blank. Nothing. the 2nd page with the results and 3rd
page also good. But there's a first page in blank. Never saw that. Can anyone
hekp me please?
Tks in advance
Pedro
 
Pedro said:
I've made a simple report but with just the objects on the footer section.
12 lines each one with 13 objects, like an anual report. So far so good. It
shows me all the way i want. But i would like to add 8 lines more with
another 13 objects per line. The weird thing is that, it adds my first page
in blank. Completly in blank. Nothing. the 2nd page with the results and 3rd
page also good. But there's a first page in blank. Never saw that. Can anyone
hekp me please?


Assuming your "footer section" is the Report Footer section,
it sounds like you should set the Height of the report
header section to 0. Also check that the report footer
section's KeepTogether property is set to No and
ForceNewPage is set to None.
 
yes!!!!!! Thanks a bunch!!! The problem is solved, not by setting heigh but
the keep together property. Amazing.
Best regards
Pedro
 
Back
Top