Draeden
Draeden
About
- Username
- Draeden
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
It does work. Consider this code: procedure ExportReport(Input, Output: string); var   Exp: TfrxPDFExport;   Rep: TfrxReport; begin   Rep := TfrxReport.Create(nil);   Exp := TfrxPDFExport.Create(nil);   try     if ExtractFileExt(Inp…
-
In FR5 fonts embedding will be much better http://www.fast-report.com/en/forum/?p=/discussion/8310
-
Please verify these two files. "normal.pdf" is made without embedding; "embed.pdf" contains embedded fonts (SimSun, SimHei, Arial).
-
Please attach a report sample where I can see this problem.
-
The PDF export supports a few kind of links: external hyperlinks (http...), internal page hyperlinks (@123), internal anchor links (#anchorname). You may, for example, put a picture on a report, write something to its URL property, export the report…
-
It's a different topic. I'm not sure about your question. Ask "den" - he certainly knows.
-
Hi, Attach a sample report.
-
It works. Attach a sample report (fr3 and fp3) and I'll try to resolve the problem.
-
Fixed.
-
The old export was replaced because with certain memos placement and certain fonts the resulting txt file will partially lose text from those memos. Thus yes, SimpleText is different from the old TXT.
-
The TXT export is supported no more, use SimpleText instead. The ExportEMF property was replaced with PictureType.
-
I suppose, that in your report numerous memos hide the watermark. In the PDF export memos has white background that hides everything behind it. Attach your report (fp3 file) here or better make a new ticket to support@fast-report.com
-
Do you mean that "Continuous" = "Excel sheet without empty rows"?
-
Sorry, but I read only topics discussing exports, so I don't know what gpi wrote about compilation problems.
-
1. Try to use the BIFF export (it's new in 4.11). 2. Attach a fp3 file that shows the error.
-
The code should look like this: Report.LoadFromFile('Report1.fr3'); Report.PrepareReport(); Report.LoadFromFile('Report2.fr3'); Report.PrepareReport(False); Report.LoadFromFile('Report3.fr3'); Report.PrepareReport(False); Report.Export(....); …
-
PictureTag is an option that I can introduce if it helps you. The behavior of this option I described above. Pieces of code that you see in my previous post are extracted from the HTML export that I sent you: see you private messages. You can fin…
-
Composing several reports into one is the task of the reporting engine, not of the export module. Before calling the Export routine, you should setup the Report object so as it will combine all reports into one.
-
The first approach doesn't require you to modify any code. You just set the Tag property of some component to 12345 in the designer (or programmaticaly) and set the PictureTag of the export to 12345 and then the TfrxView appears as a picture in in a…
-
I see two solutions. The first one is easy to implement, but certainly not perfect. Every TfrxView component has the Tag property. The PDF export can process components differently regarding a value of this property. I can introduce the PictureTa…
-
PDF/A will be available in FR5. Probably this autumn.
-
Sorry, but I cannot open this file. Please send this bugreport to support[at]fast-report[dot]com (with the fp3 file) and after it's redirected to me, I'll be able to consider it.
-
I think it's possible to add this feature, but the only thing I can do right now is to add your request to our to-do list. This also means that the feature will be available in FR5, not in FR4. If you're still interested in it, please confirm your r…
-
Hello, Could you attach an example fp3 report in order I can check the issue and fix it?
-
\t is a string with two symbols. You should enter a symbol with code 9 - the code of the tab character. This can be done by Alt+0,9 key combination (in Windows).
-
Hello, Attach a sample fp3 file.
-
Please, attach a sample report (fp3 file).
-
When the export converts texts like "123,56" to numbers it reads values DecimalSeparator from the text object and SysUtils.DecimalSeparator - the system decimal separator. If these values are blank or don't match the actual separator you use in repo…
-
This will be very helpful. Send to anton[at]fast-report[dot]com
-
PDF export does not support html- or rtf-texts at the momemt. These texts are saved as jpegs.