Re: [Lazarus] TPQConnection.CreateDB: ENCODING, OWNER, TEMPLATE, LC_CTYPE, TABLESPACE

2014-10-29 Thread Joost van der Sluis
On 10/28/2014 02:03 AM, silvioprog wrote: On Wed, Oct 8, 2014 at 12:44 PM, Michael Van Canneyt Hello buddy, sorry for my long delay. Thanks for the great tip, I tried it too, but unfortunately the postgre rejected that talking something like unrecognized param for this operation. Today I

[Lazarus] LazReport - The paper ... has no defined rectangle!

2014-10-29 Thread Gabor Boros
Hi, Want to try LazReport on Linux but get many paper errors at application start for (every?) paper size. Just start a new project drop a TfrReport to the main form and start the application. FPC 2.6.4 x86_64, trunk 46697, Qt, Kubuntu 14.04 64bit. Gabor --

Re: [Lazarus] LazReport - The paper ... has no defined rectangle!

2014-10-29 Thread zeljko
On 10/29/2014 05:42 PM, Gabor Boros wrote: Hi, Want to try LazReport on Linux but get many paper errors at application start for (every?) paper size. Just start a new project drop a TfrReport to the main form and start the application. FPC 2.6.4 x86_64, trunk 46697, Qt, Kubuntu 14.04 64bit.

Re: [Lazarus] LazReport - The paper ... has no defined rectangle!

2014-10-29 Thread Gabor Boros
2014.10.29. 18:25 keltezéssel, zeljko írta: On 10/29/2014 05:42 PM, Gabor Boros wrote: Hi, Want to try LazReport on Linux but get many paper errors at application start for (every?) paper size. Just start a new project drop a TfrReport to the main form and start the application. FPC 2.6.4

Re: [Lazarus] LazReport - The paper ... has no defined rectangle!

2014-10-29 Thread zeljko
On 10/29/2014 06:55 PM, Gabor Boros wrote: 2014.10.29. 18:25 keltezéssel, zeljko írta: On 10/29/2014 05:42 PM, Gabor Boros wrote: Hi, Want to try LazReport on Linux but get many paper errors at application start for (every?) paper size. Just start a new project drop a TfrReport to the main

Re: [Lazarus] LazReport - The paper ... has no defined rectangle!

2014-10-29 Thread Gabor Boros
2014.10.29. 20:19 keltezéssel, zeljko írta: Yes. CUPS-PDF. I can print from the report designer and IDE too. Cross compiled i386-win32 application working also without explicitly added printers4lazarus. Don't know how it can work. Printer object comes from printer4lazarus. Compiled to GTK2

[Lazarus] Mysql

2014-10-29 Thread Larry Dalton
Which version of mysql works best with Lazarus on windows 7? Sent from my iPhone -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TPQConnection.CreateDB: ENCODING, OWNER, TEMPLATE, LC_CTYPE, TABLESPACE

2014-10-29 Thread silvioprog
On Tue, Oct 28, 2014 at 8:19 AM, Reinier Olislagers reinierolislag...@gmail.com wrote: On 28/10/2014 02:03, silvioprog wrote: Today I fixed that using a mix of codes: creating the database using the original postgre driver for Java, and calling java -jar create_mydb params via TProcess.

Re: [Lazarus] TPQConnection.CreateDB: ENCODING, OWNER, TEMPLATE, LC_CTYPE, TABLESPACE

2014-10-29 Thread silvioprog
On Wed, Oct 29, 2014 at 8:26 AM, Joost van der Sluis jo...@cnoc.nl wrote: On 10/28/2014 02:03 AM, silvioprog wrote: On Wed, Oct 8, 2014 at 12:44 PM, Michael Van Canneyt Hello buddy, sorry for my long delay. Thanks for the great tip, I tried it too, but unfortunately the postgre rejected