gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
I think you will get same error with ebbedded fonts in the XE7
-
Use mirror child bands See attach
-
What edition of FR do you use? TfrxMailExport and TfrxXLSExport filters doesn't included in the FR Embarcadero edition
-
Attach your report template (fr3) here
-
Attach your saved preview pages (fp3)
-
Try Query->SQL->LoadFromFile(Sql1File); Query->Prepare(); Query->Active = true; MasterReport->Preview = nil; MasterReport->LoadFromFile(Report1File, false); MasterReport->PrepareReport(true); Query->Active = false; Query->…
-
Try to print report summary at the bottom of the page See here for more info: http://www.fast-report.com/en/forum/?p=/discussion/12374
-
FR VCL doesn't have such feature
-
Attach your report template (fr3) and saved preview pages (fp3) here
-
Check Y value. It seems it contain quotes
-
FR 5.1.10 exports images to PDF
-
wrote: My problem is that report is still showing a dialogbox. Ins't there a property as "SiltentError" or "NoMessageOnError" ? Try to set TfrxReport.EngineOptions.SilentMode to True and TfrxReport.EngineOptions.NewSilentMode to simSilent
-
Attach your report template (rtm) here
-
Try to use one TfrxMemoView with frame and text instead two overlapped TfrxMemoView
-
FR 5.1.10 works OK for me now
-
Reaper Black wrote: » No one? I have to explain more detailed way; It's working when i am using a VCL native application. Same code, same form with frx components and i am using them with a library for web service. It works fine before, b…
-
You may change page's content depend of CopyName value in the TfrxReport.OnPrintPage event
-
Try to use TfrxReport.OnPrintPage event
-
If you don't have sources you can't to fix this. Wait for next build of FR with fix
-
TfrxDesigner is run-time designer component
-
Try to set TfrxPictureView.AutoSize to False
-
Set TfrxPDFExport.Stream
-
TfrxRichView doesn't have hyperlink support
-
Did you try to load report template in the run-time FR Designer?
-
Change frxExportPDF.pas dots := TempBitmap.ScanLine[iy]; for ix := 0 to TempBitmap.Width - 1 do   begin     if dots[ix].Alpha <> 0 then //change
-
Use totals->Text = "Totals: [Sum(, DataBand, 1)]";
-
Did you hide a legend?
-
Export to PDF doesn't support HAlign = haBlock
-
Try to use TfrxReport.OnBeforePrint event     if Sender.Name = 'Picture1' then     TfrxPictureView(Sender).LoadPictureFromStream(ms);
-
You should ckeck duplicate records in the script and then set visiblity of whole Masterdata band