gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Use [DateTimeToStr(Trunc(DateEdit1.Date))]
-
What result do you get when disable formatting in TfrxMemoView?
-
Use XE2 installer to remove FR Embarcadero edition
-
What edition of FR do you use?
-
I think you should use TfrxReport.PreviewPages.Page[j].AllObjects.Items instead of frxReport1.Components
-
Try to use VarToStr()+'.'+VarToStr()
-
Try to use subreports