[lazarus] I need a printer mono font

2006-11-12 Thread Terry A Haimann
When I do the following: Printer.BeginDoc; Printer.Canvas.Pen.Color := 0; Printer.Canvas.Font.Name := 'Courier'; Printer.Canvas.Font.Size := 8; The font is not mono spaced, what should I be doing instead? I am running fc4 and Lazarus 0.9.18 -- Terry A Haimann [EMAIL PROTECTED

[lazarus] Printer Routines

2006-11-10 Thread Terry A Haimann
list into a TCombobox, it also gave me a Access Violation I am running Lazarus 0.9.18 Beta on fc4. -- Terry A Haimann [EMAIL PROTECTED] _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

[lazarus] PostgreSql installation

2006-10-24 Thread Terry A Haimann
I was messing around with Lazarus and PostgreSQL and am having problems connecting. Looking at it, it looks like I don't have a libpg.so file. I am running fc4 and have the standard postgresql installation (8.0.3). Is there a Postgresql programming library that I need to add? -- Terry A Haimann

Re: [lazarus] PostgreSql installationc

2006-10-24 Thread Terry A Haimann
Can you be more specific as to what the name of the file will be, I would prefer to have something in a rpm. On Tue, 2006-10-24 at 16:29 +0200, Michael Van Canneyt wrote: On Tue, 24 Oct 2006, Terry A Haimann wrote: I was messing around with Lazarus and PostgreSQL and am having problems

[lazarus] MySQL Components

2006-10-18 Thread Terry A Haimann
I noticed that now on the mysql connection component there is a DeleteSQL, UpdateSQL and InsertSQL varibles of TStrings. How do I use them? I am running Lazarus 0.0.18 beta on a FC4 machine. Thx, Terry -- Terry A Haimann [EMAIL PROTECTED

Re: [lazarus] MySQL Components

2006-10-18 Thread Terry A Haimann
My real question is how do you execute in the sql in these fields? Is there some sort of hook, like maybe from the dbnavigator? On Wed, 2006-10-18 at 21:31 +0200, Michael Van Canneyt wrote: On Wed, 18 Oct 2006, Terry A Haimann wrote: I noticed that now on the mysql connection component