Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Title and Page Header
Message
From
03/01/2003 23:03:31
 
 
To
03/01/2003 20:40:08
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00737944
Message ID:
00737953
Views:
23
This message has been marked as the solution to the initial question of the thread.
Grigore;

Try this,
1. Create a report variable such as lcSomeSpaceHere
2. In the variable "value to store" put chr(160)
3. Leave your blank space in the page header but put a field for your variable lcSomeSpaceHere that takes up the height of space you want.
5. Set the new field's "print when" to _pageno != 1 and remove line when blank
6. Set all objects in page header to float

Run the report. It should not have the blank space in the page header band on page 1, but will on all other pages.
Chr(160) should not actually print but does not evaluate to blank, so the space will be preserved except on page 1.


Not an elegant solution but it should work.
Elmer


>Ok, guys, here is a tough one.
>
>I have a report with a title band and a page header band. Both of them have some space at their top (about 1 inch), because I need some space between the paper margin and the printed area.
>It looks like this:
>
>-------------------------
>(some space here)
>my text in title band
>----- end of title band --
>(some space here)
>my text in page header band
>----- end of page header band -------
>
>It works ok, but it bothers me because on the first page I have that extra space between the title and the page header. Is possible to get the rid of it _only_ on the first page?
>
>Thank you.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform