gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 564
- Last Active
- Roles
- Members, FR Team
Comments
-
Use latest 4.13.8
-
Use separate stretched child band for each subreport
-
Attach your report template
-
Use separate stretched child band for each subreport. Set subreport.PrintOnParent to True
-
See a Programmer's manual: wrote: 1.9 Building a composite report (batch printing) In some cases it is required to organize printing of several reports at once, or capsulate and present several reports in one preview window. To perform this, t…
-
See an User's manual: wrote: HTML-tags in the ???Text??? object Yes, this object does understand some simple HTML tags. Tags can be located inside the text of an object. Tags are disabled by default; to enable them, either select the ???Allow…
-
You can do it with AllowHTMLTags option of TfrxMemoView
-
FR E-mail expor filter doesn't support SSL. Try to use FR E-mail expor filter with MAPI option
-
wrote: I've uninstalled FR, delete folders, delete the dcu files and install the new version and still have the Quality doesn't exist error Try again and again. There are no other solution
-
wrote: is it possible to copy a whole Text of an Memo-Field to the Clipboard? No
-
Try to use LibraryName param in TfrxFIBDatabase.Params
-
try to save report to file after frxReport.LoadFromStream(Stream); and check content of report template
-
Try to use TfrxDBDataset.Locate
-
Yes, you can Use NumberOfDays/DaysInMonth
-
Show here your uses list
-
wrote: However, as the FastReports version shipped with Delphi XE3 does not siupport events I had to solve the issue in another way: But you can use TfrxReport.OnBeforePrint event
-
wrote: I have dumped the data out of the table and it has been saved correctly Do you can to browse images from table in TDBImage?
-
Use band's OnBeforePrint event to hide/show band
-
wrote: Is there a way of supressing the detail band if there is no data to display? DetailData1.Visible := False
-
It seems useless converter http://www.fast-report.com/en/forum/?p=/discussion/4904
-
FR4 doesn't support Code128Auto
-
Check for Memo's overlapping
-
frxReport1.PrepareReport(True); frxReport2.PrepareReport(True); frxReport1.PreviewPages.AddFrom(frxReport2); frxReport1.ShowPreparedReport;
-
But you can access user's function from report's script, not C++ code
-
Open correctly with FF 15.0. It seems really FR problem
-
Use frxReport1.LoadFromFile('test.rav'); frxReport1.SaveToFile('test.fr3'); See modified converter for FR Embarcadero Edition in attach
-
Just add ConverterQr2Fr unit in uses list, create function for converting and call it from each form with QR report
-
Did you install FR in D5?
-
Try to use Arial Unicode MS font
-
You can use in script MasterData1.Visible := < 101;