lmaturo
lmaturo
About
- Username
- lmaturo
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Someone suggested that I might have the source code, and it turns out I did. So, the answer is: htmlExporter.AbsLinks := true AbsLinks defults to false, which means ignore the path information the user gave you. So the correct sequence is…
-
I finally figured this out myself, since you apparently can't get any help here. I was almost correct for pdf. I had: frxPDFExport1.ShowDialog := false; frxPDFExport1.FileName := Destination.Text; frxReport2.Export(frxPDFExport1); You need…
-
I asked this in a news group, where you are more likely to get responses, and they said to totally uninstal FastReports, and then reinstall it. I did this, and it fixed the problem. -- Larry Maturo