gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Create a small demo project with problem based on standart Delphi's components and FRDemo database and send it to support@fast-report.com
-
Try to use TfrxDBCrossView with DayOfWeek function in the expression for column
-
wrote: I cannot access the DetailData2 from the Delphi source code You can. Use TfrxDetailData(frxReport1.FindObject('DetailData2')).RowCount :=
-
wrote: except mine has 2 extra brackets at the beginning and end, so why didn't mine work? So don't use 2 extra brackets wrote: How do I use this code for Dates? Your code should works for dates. If you use text (not date) formatting…
-
Try [IIF( = '', VarToStr(), VarToStr())]
-
Add second DetailData2 band with RowCount = 1 with empty TfrxMemoViews and set DetailData2.RowCount = 9 - DetailData1.RecordCount
-
Try to use different var names in the TfrxMemoView. [TankNames0], [TankNames1], etc
-
wrote: But I still can't get the Frame Types to work in C++ Use TfrxMemoView * Memo; Memo = (TfrxMemoView *)frxReport1->FindObject("Memo1"); Memo->Frame->Typ = TfrxFrameTypes(); Memo->Frame->Typ = Memo->Frame->Typ <<…
-
You may add all available TfrxMemoViews on band and then hide some memos in the band's OnBeforePrint
-
It seems you try to convert null value to integer (numeric formatting or calculations in the report's script). Create small demo project with problem based on standart Delphi's components and local database like MS Access mdb and send it to FR's sup…
-
wrote: I know how to set visible to individual field but that would take a lot of code. Show a sample of "lot of code"
-
Try to disable controls for your dataset
-
See a small demo project in the attach
-
Also try to use PDF printer
-
wrote: FastReport does not do this automatically? Yes, you should sort dataset wrote: But he should use this rule and add the expressions after the ORDER BY and then put the user fields Really? What about simple group sample with COP…
-
See a sample in the attach
-
FR5 works with Delphi7 too. Use Unicode fonts like Arial Unicode MS in the reports
-
Set name of parameter in the detail query = name of master key field
-
You can set TfrxPageFooter height in the main procedure of the script
-
Try to use FR 5.5.4 If problem still exists - create support ticket and send report template (fr3), prepared report (fp3)
-
Works OK in the FR 5.5 frxReport1.PreviewOptions.Zoom := 0.75; Â Â frxReport1.ShowReport();
-
Try to use additional empty TfrxReportPage with landscape orientation
-
Attach created report template (fr3) here
-
Use Engine.NewColumn in the script
-
Run FR's installer with "Run as administrator" option
-
Try to use TfrxReport.OnProgress, OnStartProgress, OnStopProgress events
-
No, you can't without changes of FR's sources procedure TfrxResources.Help(Sender: TObject); ... {$IFNDEF FR_COM} Â Â frxDisplayHHTopic(Application.Handle, ExtractFilePath(Application.ExeName) + FHelpFile + topic);Â Â //change this line {$ELSE} Â Â …
-
Try to convert RB to FR 5 (you may use FR 5 Trial) and then convert FR 5 to FR FMX
-
Attach your report template (fr3) and prepared report (fp3) here
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/12427