Luis Miguel Molinero
Luis Miguel Molinero
About
- Username
- Luis Miguel Molinero
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
The answer is Yes, I did it, use a TMemoryStream. Here is the code I used: frxSimpleTextExport1.ShowDialog := false; aStream := TMemoryStream.Create try frxSimpleTextExport1.Stream := aStream; frxReport1.Export(frxSimpleTextExport1); aStream…
-
I also have problems with PDF export, sometimes the PDF file has a enormous size and there are blocks of text that disappears. Recently upgraded to version 5 and the problem persists, I posted a ticket to FR support but I dind't receive reply, so I…
-
Excuse me, but I didn't find the solution
-
Really it???s an important question. No news bad news? It seems a long time for just a holidays??¦ Does anyone know something about this question?
-
Well, I found the solution: I must assign false to convertnulls option of the engine after loaded the report.
-
I agree it's not an (intelligent) option. Anyway I set convert nulls to false in the engine and the code (Pascal) if ( = Null) then begin end; doesn't work, it doesn't detect the null values Any suggestion will be wellcome
-
Finally I found the reason: I have text (TfrxMemoView) over the image, and apparently this doesn't exports to RTF. If I delete the text, and leave the image alone, I got the image in the page header in the exported RTF file.
-
I've installed the last version FR 4.10, but the problem persists, the image doesn't export to RTF. The image is located in the PageHeader band. I investigate and I saw that the problem is with the image in the PageHeader band, because if I copy the…
-
The version I use is FR 4.6.5