gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 559
- Last Active
- Roles
- Members, FR Team
Comments
-
Use frxReport1.PreviewPages.SaveToFile('C:\test.fp3');
-
Place stretched TfrxRichView on the stretched band. Set Band.AllowSplit to True
-
Use latest FR 5.5.11. If problem still exists - send report template (fr3), prepared report (fp3) to support@fast-report.com
-
Fixed. Use latest FR 5.5.11
-
Try to use latest FR 5.5.11
-
You may download latest FR from https://cp.fast-report.com
-
FR doesn't use TDataset.OnGetText
-
Use ConverterRB2FR.pas unit. Add it to uses list, add TfrxDesigner, call frxReport1.DesignReport, load RB report and save it as FR report
-
Try to use subreports. See sample in the attach
-
http://www.fast-report.com/en/forum/?p=/discussion/11556
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/11556
-
Try to use latest FR 5.5.11 - is problem still exists?
-
Send your modified FRDemo to support@fast-report.com
-
FR5 have some new properties, so you will get warning messages when will open FR5 report templates in the FR4 reporrt designer
-
Try to place TfrxPictureView on the TfrxOverlay band
-
You should modify FR's sources See frxEditMemo.pas procedure TfrxMemoEditorForm.FormKeyDown(Sender: TObject; var Key: Word;   Shift: TShiftState); begin   if Key = VK_F1 then     frxResources.Help(Self); end; frxRes.pas procedure TfrxRes…
-
TfrxMemoView with AllawHTMLTags = TRue and TfrxRichView are exported to PDF as images. You can't to change thes behavior. Try to export with "Print optimized" option
-
or page := TfrxReportPage(frxMyReport.FindObject('Page1'));
-
Use script variable. See attach
-
Fixed. Use latest FR 5.5.11
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/3717
-
FR doesn't have such feature, you should create "rotated" report template
-
Attach your report template (fr3) and prepared report (fp3)
-
If you have FR Standart, Professional, Enterpise with script support - use frxReport.LoadFromFile('reportfolder\test.fr3'); with frxReport do begin frxreport.ScriptText.Clear; //clear script text frxreport.ScriptText.Add('procedure MasterDataOnBefor…
-
Create and send demo project with error to support@fast-report.com
-
Yes, this is correct solution
-
There are no such plans
-
Create small demo project based on standart Delphi's components and FRDemo database and send it to support@fast-report.com
-
Fixed. Use latest FR 5.5.11
-
TRy to use latest FR 5.5.11. If error still exists - create and send demo project to support@fast-report.com