gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 559
- Last Active
- Roles
- Members, FR Team
Comments
-
See attach
-
See report template for FRDemo (FRDemo uses ADO) in the attach
-
Yes, it works OK. See FR Demo as a sample
-
wrote: Test materials coming to you shortly via email. Sorry, but I don't see new tickets. Tell me your ticket number
-
You can find config.xml in the C:\Program Files (x86)\FastReport 5 VCL Trial\Demos\ClientServer\Server folder
-
Try to use TfrxDBCrossView placed on band on TfrxReportPage with endless height and endless with. Print prepared report with TfrxReport.PrintOptions.PrintMode = pmScale
-
Create small demo project with problem based on standart Delphi's components and local database like MS Access mdb and send it to support@fast-report.com
-
Vertical bands is old (from FR2 since 1998) and unstable feature. You may find samples with vertical bands in the FRDemo. See "Old-style crosstab" and "Calendar" reports
-
You can't to use vertical bands without horizontal bands. See a sample in the attach
-
You may update XE5, use latest registered TeeChart or modify frxChart.pas: procedure TfrxChartView.CreateChart; begin   FChart := GetChartClass.Create(nil);   with FChart do   begin     Color := clWhite;     BevelInner := bvNone;   …
-
Try to set TfrxDBDataset.BCDToCurrency to True
-
Use TfrxFooter band
-
wrote: after change variable name to unique name for each group nothing changed, sum is still on next header Do you use 'SUMMD' + VarToStr() + VarToStr(Trunc(/1000000)) + VarToStr(Trunc(/100000>)) + VarToStr(Trunc(/1000)) + VarToStr() v…
-
OpenDataSource property is kept for backward compatibility only and don't used in the FR 5
-
You should use unique report variable name for each group
-
See here: https://www.fast-report.com/public_download..._the_script.htm
-
Attach your report template (fr3) here
-
Try to compile FRDemo project, load and prepare my test.fr3 report template in the FRDemo. Did you get same result?
-
May be. Later. Not in the FR 5
-
I think you should pass through all report's objects and replace all expressions
-
wrote: It shows the total when I click the preview button in the designer, but when I run the report it show the text. Try to run report from attach. What result did you get?
-
wrote: But when I look at it again it has Text Selected and [SUM(,MasterData1)] I don't see [SUM(,MasterData1)] in the IncomeDetailed.fr3 I've see SUM([frDsReport."Amount"]) Try [SUM()] wrote: It shows the total when I click the previ…
-
Attach your report template (fr3)
-
You should prepare several copies of your report Assign TfrxReportPage.Dataset with your dataset, set TfrxReportPage.PageCount = field qty Also you can create each record as report and set TfrxReport.PrintOptions.Copies = field qty
-
wrote: why? WHY?...............................................! Because this feature doesn't realized in the FR VCL. FR.Net is not a port of FR VCL, this is different products You may print one part of dataset in the first column of the Tfr…
-
Create a small demo project with problem and attach it
-
Works OK for me
-
zip it and attach zip file
-
Better attach report tempate (fr3) and prepared report (fp3)
-
Use frxReport1.Variables.Variables['Name'] := '''' + 'SMITH''''S' + ''''; or frxReport1.Script.Variables['Name'] := 'SMITH''S';