gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Check Engine.FreeSpace
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/10148
-
See here: http://www.fast-report.com/en/forum/?p=/discussion/10148
-
Use third-party components See attach
-
wrote: I made something like the Gpi test example, in this way the space of the page it isn't enough for all my child bands! Set Page1.LargeDesignHeight to True
-
wrote: Sorry but I don't understand! I made this try but for me it doesn't work! See attach
-
Try to set MasterData.PrintIfDetailEmpty to True. What resuld did you get?
-
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;