gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Attach your report template (fr3)
-
You should prepare several copies of your report Assign TfrxReportPage.Dataset with your dataset, set TfrxReportPage.PageCount = field qty Also you can create each record as report and set TfrxReport.PrintOptions.Copies = field qty
-
wrote: why? WHY?...............................................! Because this feature doesn't realized in the FR VCL. FR.Net is not a port of FR VCL, this is different products You may print one part of dataset in the first column of the Tfr…
-
Create a small demo project with problem and attach it
-
Works OK for me
-
zip it and attach zip file
-
Better attach report tempate (fr3) and prepared report (fp3)
-
Use frxReport1.Variables.Variables['Name'] := '''' + 'SMITH''''S' + ''''; or frxReport1.Script.Variables['Name'] := 'SMITH''S';
-
Print SMITH''S
-
Do you use latest FR 5.6.2? Do you have 100% font scale in the Windows settings?
-
Did you assign TfrmReportViewer.frxReportUserFunction with frxReport.OnUserFunction event?
-
if (MethodName = 'FMTCUR' {upper case required}) then
-
It seems you still have some old FR's files in the system. Uninstall all instances of FR, remove all FR's files and folders (see system and hidden folders too) and then install FR again
-
Thank you! Your changes will be added to the next update.
-
FR VCL doesn't have such feature. You may use multicolumn band only
-
See here: https://www.fast-report.com/public_download...oups_header.htm
-
TOTALPAGES# is a macro variable. It replaced in the prepared report, so formatting will not works. Use two-pass report and TOTALPAGES report variable
-
Attach your report template (fr3)
-
MS Word - Insert symbol - Ctrl+C FR - Ctrl+V
-
Set TfrxMemoView.ParagraphGap
-
See HKEY_CURRENT_USER\Software\Fast Reports\Form5.TfrxDesignerForm
-
TfrxDesignerForm(Sender).Workspace.FreeBandsPlacement := False;
-
Use memo2 = price + value
-
See a sample for old TdxDBLookupTreeView in the attach
-
procedure Edit1OnKeyPress(Sender: TfrxComponent; var Key: Char); begin   if not (Key in ['0'..'9', #8]) then Key := #0;                            end;
-
wrote: And That project use FastReport and I made all report objects run-time. Add TfrxReport object to your project, compile project, remove TfrxReport
-
FR doesn't have such feature. Try to use PDF printer which have such feature
-
FR 4.15.13 works OK on Windows 10 Build 15063 (previous Windows 10 build works OK too)