Peter Sanders
Peter Sanders
About
- Username
- Peter Sanders
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Hi Again After thinking about this for ten minutes, I thought perhaps if I create my own class or object e.g. "TKbLayout" containing the required number of "speed buttons" for the necessary report template/layout, I could then use those speed but…
-
Hi Gord Thanks, I ended up with this... var Months: array[1..12] of string; Days: array[1..7] of string; MinDate:string; MaxDate:string; procedure ReportSummary1OnBeforePrint(Sender: TfrxComponent); begin MinDate := VarToStr(MIN(,Mast…
-
Hi gordk wrote: » Pete aggregates aren't available until the footer to put them in the header you must be 2 pass. Thank you for the info. I do have a footer and the min / max values appear there but using the same "[min(,MasterData1,0)]" i…
-
Hi gordk wrote: » set up an array 1.. 12 string of month names in the report script. see the code in the main demo calendar report or the expressions in the cross crosstab report. Thank you, I have it working now [img]style_emoticons/…