Gazzali
Gazzali
About
- Username
- Gazzali
- Location
- Coimbatore,TN,India
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
This syntax may help [(,MasterData1)-(,MasterData1)>]
-
doncht wrote: » Hi Gazzali, can you also show a sample screen shot on this please? HI doncht , U May Refer this ..... i want page footer shown only at the end (page 65)
-
Petter S. wrote: » You can modify the PageFooter.visible in its OBP-event: procedure PageFooter1OnBeforePrint(Sender: TfrxComponent); begin if = then PageFooter1.visible := true else PageFooter1.visible := false; …
-
gordk wrote: » Bridget here is a sample for a summary band just sub your footer in place of it. procedure ReportSummary1OnBeforePrint(Sender: TfrxComponent); begin if engine.freespace > reportsummary1.height then begin Engine.CurY := En…
-
Programmer wrote: » use report footer band to view a content in the end of the printed report, and use a report summery band to view the calculation of of you report. Hi dear, As u said the report summary displays at the end of the grid, b…