Sqlite Database Print to PDF ?

Moderator: Rathinagiri

Post Reply
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Sqlite Database Print to PDF ?

Post by mustafa »

Tengo una Database en Sqlite "nombre.db3" y quiero sacar
un listado en formato PDF
Tengo la misma Base de datos con fichero "nombre.DBF" y
como podeis ver en el codigo fuente me genera el Listado
en carpeta ->Sample->Listado_pdf, alguien me puede indicar en mi
código "main.prg" como hacerlo ?
Agradecido
Saludos
*---------------------------------------------------------------------------------*
I have a Database in Sqlite "nombre.db3" and want to get
list in PDF format
I have the same database with file "nombre.DBF" and
as you can see in the source code it generates Listing
Folder ->Sample\Listado_pdf, someone can tell me to my
code "main.prg" how?
grateful
regards

Mustafa :?: :evil:
Attachments
Sample.zip
(126.28 KiB) Downloaded 499 times
screenshot.jpg
screenshot.jpg (138.4 KiB) Viewed 8987 times
User avatar
Amarante
Posts: 182
Joined: Fri Apr 27, 2012 9:44 pm
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL
Location: Araruama-RJ, Brazil

Re: Sqlite Database Print to PDF ?

Post by Amarante »

Hello Mustafa,
I send you the change I made in your program by placing the functions in SQLite using your database.
Hope that helps you.
Hugs. :D
*---------------------------------------------------------------------------------*
Hola Mustafa,
Yo os envío el cambio que hice en su programa mediante la colocación de las funciones en SQLite utilizando su base de datos.
Espero que esto os sirva de ayuda.
Abrazos. :D
Attachments
Sample_Sqlite2PDF.rar
(25.05 KiB) Downloaded 603 times
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Sqlite Database Print to PDF ?

Post by Rathinagiri »

Nice Amarante.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Sqlite Database Print to PDF ?

Post by mustafa »

Hola Amarante
Funciona perfecto tu corrección del codigo fuente para Listado en Pdf,
estoy haciendo cambios en mi antiguo Sample -> Sample_Sqlite.zip
http://hmgforum.com/viewtopic.php?f=6&t ... e&start=10
Muy agradecido Muito obrigado
Saludos
*-----------------------------------------------------------------------------------------------------*
Hello Amarante
Works perfect your correction source code in Listing Pdf,
I am making changes in my old Sample -> Sample_Sqlite.zip
http://hmgforum.com/viewtopic.php?f=6&t ... e&start=10
grateful
regards

Mustafa :D
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Sqlite Database Print to PDF ?

Post by Pablo César »

Cool !

Obrigado por compartilhar amigo !
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply