lazarus/components/fpreport
2025-02-23 01:48:42 +01:00
..
demo fpreport: updated demo 2023-07-07 10:48:12 +02:00
design Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
cfgfpreporthtmlexport.lfm
cfgfpreporthtmlexport.pp
cfgfpreportimageexport.lfm
cfgfpreportimageexport.pp
cfgfpreportpdfexport.lfm
cfgfpreportpdfexport.pp
dlginputcombo.pp
fpreportformexport.pas * Fix bug ID #32308, rename PageNumber to PageIndex 2017-08-21 11:12:01 +00:00
fpreportlclexport.pas * Patches from Joellin to improve LCL export of fpreport: borders, linewidth, fonts 2021-04-07 09:40:20 +00:00
fpreportpreview.lfm * Use bitmap to draw on, so as to speed up drawing 2018-04-22 15:36:11 +00:00
fpreportpreview.pas FpReport: fixed compilation, issue #40367 2023-07-08 01:51:09 +03:00
fpreportprinterexport.pas * Patches from Joellin to improve LCL export of fpreport: borders, linewidth, fonts 2021-04-07 09:40:20 +00:00
lclfpreport.lpk * Add helper unit to force building all units when using FPC 3.0.4 2019-02-26 08:11:22 +00:00
lclfpreport.pas * Add helper unit to force building all units when using FPC 3.0.4 2019-02-26 08:11:22 +00:00
lclfpreportbuild.pp * Removed fpreportdom 2019-12-26 23:12:08 +00:00
README.txt * Small clarification 2019-02-10 11:17:21 +00:00

Compiling:

Using FPReport requires FPC trunk (or 3.2). 

However, it can be compiled with FPC 3.0.4 by doing the following first:

1. Make a directory "src" here if it does not yet exist.
  (the options of the packages assume this directory exists) 
2. To this directory, copy from FPC trunk the following files:
  - all files from packages/fcl-report/src
  - all files from packages/fcl-pdf/src
  - packages/fcl-image/src/fpbarcode.pp
  - packages/fcl-image/src/fpimgbarcode.pp
  - packages/fcl-image/src/fpqrcodegen.pp
  - packages/fcl-image/src/fpimgqrcode.pp

Then, the following packages can be compiled:

- Run-time package: 
  lclfpreport.lpk

- FPreport component IDE registration and design-time support: 
  design/lazidefpreport.lpk

- Report Designer windows and functionality:
  design/lazfprepordesign.lpk

- Standalone designer: 
  design/reportdesign.lpr

- Demos: demos/fcldemo.lpr


Before compiling demos:

Copy the contents of the FPC packages/fcl-report/demo directory to the demo directory.

Check the various defines in udapp.pp and demos.inc:

EXPORTPDF - enable export to PDF
EXPORTFPIMAGE - enable export to image
EXPORTHTML - enable export to html

To enable the following defines, check the lcldemo project
EXPORTLCL - enable export to LCL (preview)

Running on windows:
If EXPORTFPIMAGE is defined, the freetype.dll is needed.