gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 562
- Last Active
- Roles
- Members, FR Team
Comments
-
Use TfrxGlassFill(TfrxMemoView(Sender)).Hatch := True;
-
Try to modify frxExportDOCX.pas: w := Round(m.Width * 360000 / fr1cm{m.MMWidth * MMFactor}); //change this line h := Round(m.Height * 360000 / fr1cm{m.MMHeight * MMFactor}); //change this line id := 'picId' + IntToStr(FPicNum); pic := 'image' + IntT…
-
TeeChart doesn't included in the Delphi Starter, so you can't to use TeeChart in the FR or need to install TeeChart
-
You may include TfrxDesigner in the your application
-
Assign your USB port with LPT1 or try to use generic text driver if it available for your printer
-
Create small demo project with problem based on standart Delphi's components and send it to support@fast-report.com
-
Check TDataModule.ClassGroup property. It should be Vcl.Controls.TControl
-
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