From: Devonium D. <dev...@de...> - 2005-11-01 03:31:10
|
Thank you!! Works like a charm! -- Thanks! Christopher M. Black _____________________________________________________________ Devonium Incorporated Web - Interactive - Hosting - Application Development dev...@de... http://www.devonium.com On Tue, 2005-10-25 at 11:36 -0400, Bob Doan wrote: > Hi! > > > On Mon, 2005-10-24 at 20:15 -0400, Devonium Developer wrote: > > First of all, this is a great project! Please keep up the good work! > > > > I have been trying to use the rlib feature to suppress the PageHeader on > > the first page of some reports I am generating. I will not post the > > whole thing since the only issue with the report is actually suppressing > > the page header. > > > > This is the report parameters I am trying: > > <Report fontSize="9" orientation="landscape" > > suppressPageHeaderFirstPage="yes"> > > > > > > I have also tried these to no avail: > > suppressPageHeaderFirstPage="'yes'" > > suppressPageHeaderFirstPage=1 > > suppressPageHeaderFirstPage="1" > > suppressPageHeaderFirstPage="'1'" > > > > I fixed this and put out a prerelease of RLIB for you to try (Earlier > Email) > > > > P.S. Will changing report fonts be supported soon? > > Could be. Whats holding that back right now is font loading in RPDF. > It's not the most exciting thing to work on ;) > > - bob > |