gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
Create a small demo project with error and send it to support@fast-report.com
-
Send report template (fr3) and prepared report (fp3) to support@fast-report.com
-
FR FMX don't have Android and iOS. FR FMX supports Windows and OSX only
-
Send a small demo project with error to support@fast-report.com
-
Sorry, but FR doesn't have such feature
-
Do you run command line with "Run as administrator" option?
-
Try varname1 := TfrxBarCode2DView(frxReport1.FindObject('QRCodeSeriNo'));         if varname1 <> nil then           varname1.BarCode.Text := RightStr(myBarcodeNo, 10);
-
Did you set DetailData1.RowCount to 1 in the FR designer?
-
Check stored images format. Try to use BMP or JPG
-
Use additional line series
-
Use TfrxMemoView(report.FindObject('Memo1')).color:=; in the script or TfrxMemoView(report.FindObject('Memo1')).color:=report.Calc(''); in the Delphi
-
Use MainReport.PreviewPages.ModifyPage(p, o); to apply changes
-
Use stretched TfrxMemoView with heightt for 1 row
-
Send your report template (fr3) to support@fast-report.com
-
Try to set full permissions for C:\Program Files (x86)\FastReport 5 VCL Standard\LibD23 folder
-
You may assign TfrxPictureView.OnBeforePrint with script procedure only Use TfrxReport.OnBeforePrint event for Delphi's code
-
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