gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 559
- Last Active
- Roles
- Members, FR Team
Comments
-
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)
-
This component doesn't included in the Fast Report, this is third-party component and it should be installed too You may download it here: http://www.fast-report.com/en/forum/?p=/discussion/11634
-
Install third-party TfrxAdvPictureView component
-
Try procedure TTemplateReporter.Preview; begin   ReAssignDatasets;   //Reload your report template again here   PrepareReport(False);   ShowPreparedReport; end;
-
This is a bug. Create support ticket or send your message to support@fast-report.com Use TfrxMemoView.AllowHTMLTags = True as workaround
-
It seems FR doesn't allow to change WordWrap for TfrxRichView.RichEdit
-
Set TfrxDesigner.Standalone to False
-
Place cross-tab on the TfrxReportSummary band
-
Check TfrxReport.Print result. If TfrxReport.Print= False - Cancel button pressed