gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 563
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Use report or script variables to send string data to the report, TfrxUserDataset - for arrays
-
Drill-down need refresh whole report, there are no such option
-
If NUMBER is a script variable - use if ((NUMBER mod 2) = 0) then Showmessage('EVEN') too
-
Try to use latest FR 5.1.5
-
This is wrong forum. Place your question in the FR.Net forum
-
Set TfrxReport.PrintOptions.Printer
-
Use report with TfrxReportPage and then assign TfrxReport.Dataset with your dataset