From: Bob D. <bd...@si...> - 2004-12-06 17:44:03
|
On Sat, 2004-12-04 at 10:48 +0100, Matteo Ligabue wrote: > > > > > -print page header before report header > > > > This could be an option > > > > I will find it extremely useful, I have a lot of reports where i need > to print header (logotype, etc) as the first thing in all my pages, > and then a real report header .... I know I can duplicate page header > in report header and use suppressPageHeaderFirstPage = yes, but ... > it's boring .... > I'll try to do that this week > Anyway, this wonderful tool DESERVE better documentation, how can I > help (is there a complete feature list to work on, or 'it's all in the > source'?). Cool!! Someone wants to help! docs are in rlib/doc As far as features: look in src/pcode.c and there's a table of functions: +,-,val, ect look in src/parsexml.c to see all of the options in XML you can have look in api.c to see the complete API And if you have any questions just ask.. someone can explain - bob |