Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
LazReport
»
save PDF
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Application triggers mess...
by
jamie
[
Today
at 12:37:30 am]
Star Wars Galaxian
by
flowCRANE
[
Today
at 12:27:35 am]
Finding List of Fonts & P...
by
jamie
[
Today
at 12:24:25 am]
Fpcupdeluxe
by
ap3000
[August 07, 2026, 11:40:58 pm]
Gtk3 becomes default widg...
by
Bart
[August 07, 2026, 10:45:51 pm]
Create small language
by
DavidL
[August 07, 2026, 07:57:45 pm]
Lazarus for Windows on aa...
by
Martin_fr
[August 07, 2026, 07:41:36 pm]
Unleashed Pascal (async/a...
by
creaothceann
[August 07, 2026, 07:06:23 pm]
New Big Integer library i...
by
ad1mt
[August 07, 2026, 06:42:46 pm]
Identify network devices
by
LemonParty
[August 07, 2026, 03:03:16 pm]
how to connect to mariadb...
by
Mike.Cornflake
[August 07, 2026, 01:30:59 pm]
Automatic generation of *...
by
marcov
[August 07, 2026, 01:12:50 pm]
Multiple CodeAlign
by
marcov
[August 07, 2026, 11:52:54 am]
[SOLVED]SpeedButton Font
by
Petrus Vorster
[August 07, 2026, 10:29:10 am]
[SOLVED] Transparent Butt...
by
Petrus Vorster
[August 07, 2026, 10:05:53 am]
Lazarus undead repository...
by
Mike.Cornflake
[August 07, 2026, 09:44:08 am]
excel and word automation...
by
CM630
[August 07, 2026, 09:06:14 am]
Fast Canvas Library V1.05...
by
Gigatron
[August 07, 2026, 01:53:29 am]
MathParser and CrossGraph...
by
ypisareff
[August 07, 2026, 01:20:50 am]
[SOLVED] synEdit autoComp...
by
Weiss
[August 06, 2026, 09:19:53 pm]
TyControls: a custom-draw...
by
armandoboza
[August 06, 2026, 08:55:43 pm]
Random
by
Paolo
[August 06, 2026, 08:18:11 pm]
Using UTF8
by
ADMGNS
[August 06, 2026, 06:51:50 pm]
TFPHTTPServer extract par...
by
LemonParty
[August 06, 2026, 06:44:05 pm]
Using the "Messages" wind...
by
Martin_fr
[August 06, 2026, 02:20:26 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: save PDF (Read 2297 times)
Santia70
New Member
Posts: 12
save PDF
«
on:
January 21, 2024, 05:20:20 pm »
I have opened an old project to see some things and I realized that now I cannot save the reports made in Lazreport with the option to save with PDF format, with frp and txt format if it works well.
With PDF I get an error window (Accsess violation)
Any ideas what to see
Logged
madref
Hero Member
Posts: 1116
..... A day not Laughed is a day wasted !!
Re: save PDF
«
Reply #1 on:
January 23, 2024, 01:12:27 am »
you could try the following:
Code: Pascal
[Select]
[+]
[-]
uses
lr_e_pdf
;
// this has to be a form
frReport_Evaluatie
:
TfrReport
;
// in the code:
frReport_Evaluatie
.
ExportTo
(
TFrTNPDFExportFilter
,
YourFileName
+
'.pdf'
)
Logged
You treat a disease, you win, you lose.
You treat a person and I guarantee you, you win, no matter the outcome.
Main Platform:
--------------
Mac OS X Tahoe 26.2
Lazarus 4.99 (rev main_4_99-3149-g7867f6275c) FPC 3.3.1 x86_64-darwin-cocoa
Windows 10 Pro
Lazarus 3.99 (rev cbfd80ce39)
Santia70
New Member
Posts: 12
Re: save PDF
«
Reply #2 on:
January 23, 2024, 09:15:54 am »
Thanks, I already solved it, at that time I used another package that gave me an error now, after changing to the one you told me about, everything is fine
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
LazReport
»
save PDF
TinyPortal
© 2005-2018