gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Try [YourDatasetName."fieldartist"] [YourDatasetName."fieldsong"]
-
Try to use TfrxPictureView.LoadPictureFromStream()
-
Did you comment {$DEFINE QBUILDER} in the frx.inc?
-
No, this feature available in the FR 5
-
Try to run compiled FRDemo on the customer PC - what result did you get?
-
Try to use Line report variable as row index
-
Don't debug FR's units
-
Create small demo project with problem based on standart Delphi's components an FR Demo demo.mdb database and attach it here
-
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…