gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: Project binContentExplorerXe2FastReportBarcodes.exe raised exception class EClassNotFound with message 'Class TfrxBarCodeView not found'. Add TfrxBarCodeObject to your project
-
You should prepare report first frxReport.PrepareReport; frxReport.Export(frxPDFExport);
-
What script language do you use in report?
-
You can't to use CopyName# for this Use TfrxReport.OnPrintPage event
-
This error causes by GroupDescendentsWith(TfrxReport, TControl); code. This code hides TfrxReport from FierMonkey and for some reason "FindClass" function can't find for TfrxReport class when you're loading report(only in IDE). If you can't load…
-
2 - TfrxReportPage will be prepared for each record of frxdbdataset1 3 - TfrxReport will be prepared for each record of frxdbdataset1
-
Only design-time Report Designer available in FR Basic edition Learn about different FastReport?® VCL 4.* editions (Basic, Standard, Professional, Enterprise) here: http://www.fast-report.com/en/products/rep...ure-matrix.html
-
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"?