gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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;
-
wrote: What does it mean? http://support.fast-report.com/ support@fast-report.com instead of http://www.youtube.com/watch?v=WZ3YdKpXpM8&lc
-
use div 100 as group condition, where i is script variable - line counter
-
attach your fr3 and fp3 files here
-
See C:\Program Files (x86)\FastReports\FastReport 4\Demos\PrintFile folder and ask in FR ticket system instead of youtube
-
frxReport1.PrepareReport; frxReport1.Export(frxPDFExport1);
-
frxReport1.PreviewPages.LoadFromFile('C:\Users\acadam71\Desktop\temp\test.fp3')
-
See a sample in attach