yossarian
yossarian
About
- Username
- yossarian
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
flogger123 wrote: » Hi yossarian. Any luck in finding a work around on this so far? Yes. I maked a custom preview form instead of the original tfrxpreview.
-
I searched better solution but at last I found one. I've got the fastreport shipped with delphi xe2. I have to buy fastreport professional and change the source code. It's not the best solution because I will have to change source code after every u…
-
gpi wrote: » Use additional TfrxHeader band for DetailData and set TfrxHeader.ReprintOnNewPage to True procedure MasterData1OnAfterPrint(Sender: TfrxComponent); begin   Header1.Visible := False;                         …
-
I found the solution. I created a groupheader band and moved the fields from masterdata band to it and hid masterdata.
-
gordk wrote: » leave your group condition as to what it should be add code to your masterdataband typical procedure Band4OnBeforePrint(Sender: TfrxComponent); begin Band4.visible := ( < 5); // value is one highter than what you want disp…
-
gordk wrote: » leave your group condition as to what it should be add code to your masterdataband typical procedure Band4OnBeforePrint(Sender: TfrxComponent); begin Band4.visible := ( < 5); // value is one highter than what you want disp…
-
Hi joba! I'm in the same situation. Did you manage it. If I changed the group condition to div 4 instead of fieldname the report not worked properly. It split one group's data into four rows with the same group name.