gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Create and attach small demo project (report with one masterdata band and one TfrxMemoView) and attach it here
-
Use report inheritance. Use base report with report title band
-
Can you create _rels folder in the Crossover(Wine)?
-
  PaperInfo: array[0..PAPERCOUNT - 1] of TPaperInfo = (     (Typ:1;  Name: ''; X:2159; Y:2794),     (Typ:2;  Name: ''; X:2159; Y:2794),     (Typ:3;  Name: ''; X:2794; Y:4318),     (Typ:4;  Name: ''; X:4318; Y:2794),    …
-
Try to use TfrxDBDatasets with equal UserName property
-
Try frxReport1.PrintOptions.PrintOnSheet := 1;
-
Try to set cv->Chart->Series->VertAxis
-
Use cv->Chart->Series for another properties, use cv->SeriesData->Items[0]->XSource for data
-
Use TfrxReport.OnBeginDoc event
-
Set Boolean variable to true before DesignReport, to false before Show report and use it in the Before connect event
-
Set to false for design, set to true for preview
-
Try to show detail data in the subreport or use additional dataset for chart
-
You may set Connected to False in the TfrxReport.OnBeforeConnect event
-
See a demo project in the attach
-
It seems you don't need inherited report, you should create one SQL which will select all data you need wrote: I tried to use relation but it display all records but I want to display specific recors use WHERE in the SQL
-
frxReport1.PrepareReport; frxReport1.PreviewPages.SaveToStream(YourStreamName); Save stream to DB field here
-
wrote: 4*2.06 +2*0.13 = 8.75 4*2.06 +2*0.13 = 8.24 + 0.26 = 8.5
-
Sorry, but OnAfterCalcHeight available in the script only
-
Attach small demo project with error here
-
wrote: Often our team members stuck resolving simple calculations and tasks. Struggling with display formats, calculations in scripts, etc. Did you try to contact FR support (support@fast-report.com)?
-
Do you use latest FR 4.15.13? Should be fixed too See frxPreview.pas: for i := n - 60 to n + 340 do
-
See User's manual: wrote: Report Design considerations The quality of the export output in any format is highly dependent on the quality of the original report design. FastReport can manipulate objects in a large number of ways during report …
-
Should be fixed in the latest FR 5.6.2. Try to test trial version of FR 5: https://www.fast-report.com/en/download/public_files/245/
-
Use two datasets. First - unique A values (master), second - B,C values (detail). Show A values on the stretched TfrxMasterData (TfrxMasterData.Stretched = True). Set TfrxMemoView.StretchMode to smMaxHeight. Place TfrxSubReport on TfrxMasterData. Se…
-
Use TfrxOLEView - it may print first page of PDF
-
Use additional TfrxMasterData with RowCount = 1 to show info when main MasterData don't show. Hide second masterdata in the script when first masterdata printed
-
Use second TfrxReport page and assign TfrxReport.Dataset with contracts dataset. Report will be prepared for each record of dataset
-
Try to group by [Trunc([rmdAttAbnormite."StartTime"] * 2)]