gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
Trial PSoft barcode library works OK for me in D7 Did you ask PSoft developers?
-
Attach your report template (fr3) and saved preview pages (fp3) here
-
Set TfrxReportPage.EndlessHeight and EndlessWidth properties to True
-
fsTee16.dpk frxTee16.dpk dclfsTee16.dpk dclfrxTee16.dpk
-
Use in Delphi: frxReport1.Variables.Variables := tps; in report [SUM( * )]
-
frxReport1.Variables.Variables := tps;
-
[SUM( * )]
-
Try to check FR TeeChart components in IDE's menu Component-Install Packages
-
Use [SUM( * 1.1)]
-
Yes, you can use report variables or TfrxMemoView(frxReport1.FindObject('Memo1')).Text := ' List of product';
-
Attach small demo project here
-
Attach small demo project here
-
Attach your report template here
-
Just replace frxReport1 with real name of your TfrxReport component
-
1. Yes 2. var conv: TConverterQr2Fr;
-
Using: conv := TConverterQr2Fr.Create; conv.Source := QuickRep1; conv.Target := frxReport1; conv.Convert; frxReport1.SaveToFile('converted_fromQR.fr3');
-
uses Printers;
-
Set Memo89.AllowExpressions to True too
-
wrote: I think this is not possible (in my understanding the data would have to be formatted in order to reflect the postioin of the objects and this could be a complex task). Am I wrong? You are right
-
Try to use in Memo89 [ * ]
-
Try to use TfrxFooter band instead of TfrxChild band
-
help_with_report.zip contain fp3 file only
-
attach fr3 file
-
Attach your repport template first
-
Attach your report template here
-
Do you looking additional FR libraries for? http://www.stalker4.dp.ua/en/index.html
-
I don't understand why you use subreports instead DetailData and SubDetailData bands See attach with one report page
-
Use aPic.Width := 5.30 * fr1cm;
-
Attach your report template
-
Try to place each shape on separate child band