gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to recompile all FR's packages with recompile.exe
-
Attach your report template here
-
I don't found any reference for FIB_common.inc in FR's sources
-
Works OK for me. FR 4.12 See attach
-
Try procedure MasterData2OnBeforePrint(Sender: TfrxComponent); begin   if not Engine.SecondScriptCall then ligne:=ligne+1;   with MasterData2, Engine do   begin     if <> lastLigne then begin                    …
-
You can recompile FR's packages with IDE (see install.txt)
-
See a demo in attach
-
See attach
-
Try to set TfrxReport->EngineOptions->DestroyForms to False
-
Is frxClass.pas exists in C:\Program Files\FastReports\FastReport 4\LibD7 folder?
-
Use in main script procedure { Â Â Page1.Frame.Typ = 0;Â Â }
-
wrote: masterdata.onbeforeprint := 'masterdata1onbeforeprint'; // its correct ??? Yes, but masterdata1onbeforeprint event should be placed in script code, not in Delphi code
-
I have the same answer wrote: If you want to use OnBeforePrint event in Delphi's code - use TfrxReport.OnBeforePrint event You can assign TfrxMasterData.OnBeforePrint with script event only
-
wrote: Thanks for the answer but it doesn't work No. Its works. See attach
-
In your report GroupBand by hop should be assigned with GroupFooter2, GroupBand by period - with GroupFooter1
-
If you want to use OnBeforePrint event in Delphi's code - use TfrxReport.OnBeforePrint event
-
memo1->Frame->Typ = 0;
-
I tried with FRDemo - all works OK
-
You can set filter's DefaultPath property
-
Try to set column width in cross' OnCalcWidth event
-
wrote: Can this be delt with in any way without altering the source of the preview? I think - no
-
Try to use internal datasets like TfrxADOTable, TfrxADOQuery
-
What is "INTRO"?
-
Check TfrxDesigner.Restrictions
-
Set TfrxReportPage(frxReport1.FindObject('Page1')).PageCount
-
Set TfrxReport.PrintOptions.PrnOutFileName
-
You can't to sort groups in FR. You should sort groups in your dataset before preparing of report
-
Attach your rtf file too
-
You can disable field when add "-" at the begin of line in TfrxDBDataset.FieldAliases
-
Attach your report template