PDA

View Full Version : SQLite - Report Generator



David REMD
10-23-2009, 12:19 PM
Does anyone have an example of generating printable reports using SQLite?

Dermot
10-23-2009, 12:51 PM
I have used Worm's PDFOut dll in the past. It is a good free solution. I have attached an example. It does not use SQLite but it is very easy to modify.

I have also done it using html. There is an example on here some where.

David REMD
10-23-2009, 01:40 PM
Thanks Dermot. I will look for HTML on forum.

Dermot
10-23-2009, 01:42 PM
I would go with the PDF solution because you have complete control over placing text and objects. Also you can handle page breaks etc.

David REMD
10-23-2009, 01:49 PM
Abandoning HTML solution. Thanks again.

TopicTJ
10-23-2009, 06:13 PM
Does anyone know if there is a way of setting the default paper size to A4 in the pdf out dll?


TTJ