gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 564
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: The most persistent one of which is the "Class TfrxReport not found" error I get every time I try to generate a meaningful report Attach small test project with problem based on standart Delphi's components wrote: I can get around …
-
You can hide/show band in band's OnBeforePrint event
-
wrote: If I could fill before call the ShowReport method your program will freeze before ShowReport method. What difference? Try to prepare report and then show prepared report
-
No, but you can buy FR Professional and recompile packages with units from attach
-
You can fill cross in OnBeforePrint event only, so you should redesign your program to fill cross in OnBeforePrint event
-
Do you use builder XE2 or XE3?
-
Try to use script variable frxReport.Script.variables := edit1.text + #13#10 + edit2.text + #13#10 + edit3.text;
-
Place TfrxDesigner on your form
-
frxReport1->DesignReport(True, False)l
-
Use TfrxReport.OnLoadTemplate event to load base report template from another folder
-
I can open your report template without any problem. Your report templates should be placed in Reports folder
-
FR Designer does't included in FR Embarcadero edition
-
Attach rpPictureRprt.fr3 too
-
Attach small demo project here
-
Set ReportSummary.AllowSplit to True, ReportSummary.Stretched to True and use stretched TfrxMemoView
-
What is pagespan?
-
Check your field data types and null values See report template for FRDemo in attach - [ * ] expression works OK
-
Your pdf prints OK with Acrobat Reader 10
-
Attach your PDF here
-
wrote: - The invoice header varies depending on the page number. On the header of the first page there should be a couple of images, only to be printed on the first page, not the following ones. Use ReportTitle for first page content wrote:…
-
Also try to set totals in the OnBeforePrint event of a TfrxReportPage
-
Uninstall FR completely (remove all FR's folders and files), install latest build of FR
-
Just write in memo [YourDatasetName."AddressField"] [YourDatasetName."CityField"]
-
wrote: It would also be nice if this could be set as default in the future versions. You should think before posting your messages
-
wrote: Is it possible to use SQL's IN condition without writing dynamic SQL in code? No, it's not possible
-
Set TfrxMemoView.Printable to False
-
wrote: Is there an alternative solution? PDF Printer?
-
See a report template in attach - all works OK
-
Check FR TeeChart design-time package in IDE (menu Component - Install Packages)
-
wrote: I want to use the runtime designer to allow our customers to modify their report. Well, most of the settings in the object inspector and most of the tabs in the data tree our customers don't need. I want the things they don't need to be inv…