Does anyone have an example of generating printable reports using SQLite?
Professional Software Development Tools
Does anyone have an example of generating printable reports using SQLite?
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.
Last edited by Dermot; 11-14-2009 at 09:33 PM.
Dermot
I am so out of here
Thanks Dermot. I will look for HTML on forum.
I would go with the PDF solution because you have complete control over placing text and objects. Also you can handle page breaks etc.
Dermot
I am so out of here
Abandoning HTML solution. Thanks again.
Does anyone know if there is a way of setting the default paper size to A4 in the pdf out dll?
TTJ