Hmmm.  Back in the day you could set Page Footer Line Number to 0 (zero)
and accomplish the task.  I don't know what a group footer is unless
synonymous with break footer...I could fabricate a break footer.  This
is a report that will be generated in virtual (pagemode) space with a
summary immediately after the last break footer line then another report
to fill in the bottom.

Thanks for the ideas...

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence
Lustig
Sent: Thursday, March 20, 2008 10:05 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Why grayed?

<<
Can anyone tell me what causes the Bottom Offset and Print Position
controls to be grayed-out when I right-click the Position option of my
report Page Footer?  It is only happening on the Footer and I want to
have the Footer print directly under the last report detail rather than
at the page bottom.
>>

The definition of a page footer is a band that aligns at the bottom
margin and grows up from there.  As such, the bottom offset is
determined from the bottom margin, and the print position from bottom
margin and height of the band.

To get the effect you want, you'll need a group footer or report footer.
If your report is such that you want running page totals across multiple
pages, with the _final_ page total appearing not on the bottom of the
page but rather after the last detail line, you'll need to use _two_
bands to show the totals -- the page footer for all pages except the
last one in the group, and the group footer for the last page in the
group.  You will also probably want code to determine when you've hit
the last page of a group and make the objects in the page footer
invisible in that instance.
--
Larry


Reply via email to