Re: [lazarus] Introduction

2008-01-18 Thread Jon Foster
production, commercial products. Welcome Back! -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] Problem with printing

2008-01-18 Thread Jon Foster
wrote: --- Jon Foster [EMAIL PROTECTED] escribió: I've run into a problem with the Printers unit. I have a piece of code that was working with 0.9.20 but isn't working with 0.9.24. It seems that when you configure a print job for landscape it doesn't take affect until the second page

Re: [lazarus] Problem with printing

2007-12-26 Thread Jon Foster
My problem is on Linux. I try not to use windoze. :-) Yes, the problem keeps persisting I guess I'll file a bug report. THX - Jon Jesus Reyes wrote: --- Jon Foster [EMAIL PROTECTED] escribió: I've run into a problem with the Printers unit. I have a piece of code that was working

[lazarus] Problem with printing

2007-12-23 Thread Jon Foster
, 100, 'Landscape Text') EndDoc; end; I've even tried setting the landscape setting in the print dialog caused by the first line and I get exactly the same results. Is there a fix for this? THX - Jon -- Jon Foster Merry Christmas Happy New Year!! JF Possibilities, Inc. [EMAIL

Re: [lazarus] Printers unit bug

2007-04-14 Thread Jon Foster
Thank you for the fix. I'll be eagerly awaiting the next release. I'm not sure how the bug ever managed to get posted. :-) THX - Jon Jesus Reyes wrote: --- Jon Foster [EMAIL PROTECTED] escribi: Since I've been unable to create an account to register a bug I'm going to post

[lazarus] Printers unit bug

2007-04-12 Thread Jon Foster
Since I've been unable to create an account to register a bug I'm going to post this file here. It demonstrates that when printing landscape text doesn't show on pages beyond the first. I'm afraid my patience for half functional software is at an end. -Jon -- Jon Foster JF Possibilities, Inc

Re: [lazarus] I can't print more than one page

2007-02-17 Thread Jon Foster
Bogusław Brandys wrote: Jon Foster wrote: Hi guys! I am using FPC 2.0.4 (rpm from FPC) with Lazarus 0.9.20 (rpm from lazarus) on i386 Linux. I'm using the printers unit to produce a report. All works as expected on the first page. When I use the newpage() function to begin another page any

[lazarus] I can't print more than one page

2007-02-10 Thread Jon Foster
. In an attempt to get it to put text on the second page I've tried to canvas.MoveTo(0, 0) and reset my canvas.font.{name,size,color} properties. None of these things have actually produced text on the second page. Help? TIA-Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making

[lazarus] Lazarus won't build for the last week or so

2007-01-26 Thread Jon Foster
Fatal: Compilation aborted Is the SVN code broken or is a newer version of FPC required? THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe: mail [EMAIL

Re: [lazarus] TDBF FieldDefs aren't persisting - sort of

2006-11-24 Thread Jon Foster
Micha Nelissen wrote: Jon Foster wrote: I created a TDBF component on a form and created some FieldDefs in it. The FieldDefs won't stay between Lazarus sessions. I use this TDBF as a The FieldDefs or the Fields ? FieldDefs. sort work table so its used

Re: [lazarus] Data Module Access Violation

2006-11-24 Thread Jon Foster
Sergey Kamenskiy wrote: * Jon Foster [EMAIL PROTECTED] [Wed, 22 Nov 2006 18:07:25 -0800]: With Lazarus from SVN revision 10233 compiled with FPC2.1.1 I get an Lazarus does not work absolutely with fpc 2.1.1 use 2.0.4 only Interesting. I was having trouble with MySQL and someone on the list

Re: [lazarus] Invalid floating point operation

2006-11-22 Thread Jon Foster
normally? THX - Jon PS: This is the first project I've been able to complete in Lazarus. Keep up the good work guys!!! -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you

[lazarus] TDBF FieldDefs aren't persisting - sort of

2006-11-22 Thread Jon Foster
in the designer seems to keep its FieldDefs in the application because it will auto-create the correct files if I delete them between runs. THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you

[lazarus] Data Module Access Violation

2006-11-22 Thread Jon Foster
? THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] First Success with Lazarus!

2006-10-28 Thread Jon Foster
the performance in anyway? Unless you have so little memory that your program must stay on swap, I don't think so. -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe

Re: [lazarus] Another SQL error.

2006-07-24 Thread Jon Foster
of errors... Try if it's really the DateTime (select id, organisation, etc from table) and tell me which release of fpc you're using. It would be the best if you use the newest one... On Wed, 2006-05-03 at 08:32 -0700, Jon Foster wrote: Using the A TMySQL40Connection to access MySQL I get

Re: [lazarus] Editor always on top and sticky?

2006-06-26 Thread Jon Foster
I've done further experimentation and found that I can't make the editor get "sticky" and "always on top" in the Sawfish window manager. So I'm guessing this is an issue with Enlightenment. I will forward the info to the Enlightenment developer. THX - Jon Jon Foste

Re: [lazarus] Debugger problems without debugger

2006-06-26 Thread Jon Foster
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 54

[lazarus] Subclassing forms

2006-06-26 Thread Jon Foster
subclasses of the form in the IDE? THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Editor always on top and sticky?

2006-06-10 Thread Jon Foster
Mattias Gaertner wrote: On Thu, 08 Jun 2006 14:29:21 -0700 Jon Foster [EMAIL PROTECTED] wrote: This only happens within the IDE. [..] It appears to happen right after I load a project or create a new one. It seems to work if I just let it open the last known project and just work

[lazarus] Editor always on top and sticky?

2006-05-30 Thread Jon Foster
window manager and it just ignores the settings. I also didn't see anything obvious in the preference settings. THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you

Re: [lazarus] What procedure builds a project

2006-05-03 Thread Jon Foster
Mattias Gaertner wrote: On Mon, 01 May 2006 20:38:02 -0700 Jon Foster [EMAIL PROTECTED] wrote: The problem I'm having is that occasionally depending on a number of variables the wrong unit gets linked into the application and I end up scratching my head. I am going to look

[lazarus] Another SQL error.

2006-05-03 Thread Jon Foster
. THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] What procedure builds a project

2006-05-01 Thread Jon Foster
Gaertner wrote: On Thu, 27 Apr 2006 12:14:36 -0700 Jon Foster [EMAIL PROTECTED] wrote: I posted this earlier but I didn't see it actually hit the list or see any responses. Can someone point me to where I would find the Lazarus procedure that actually calls FPC? I've run

Re: [lazarus] SQL error that shouldn't be.

2006-04-27 Thread Jon Foster
johnf wrote: On Saturday 22 April 2006 11:01, Jon Foster wrote: Try using sqlquery1.TEXT:='SELECT organizations.name as org, tests.name as test FROM tests, organizations WHERE tests.organization=organizations.id AND result' + Quotedstr('PASS') + 'ORDER BY tests.name'; Is 'result

Re: [lazarus] SQL error that shouldn't be.

2006-04-27 Thread Jon Foster
) works. ;) So the parseSQL property causes some SQL filtering? THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe: mail [EMAIL PROTECTED

[lazarus] What procedure builds a project

2006-04-27 Thread Jon Foster
I posted this earlier but I didn't see it actually hit the list or see any responses. Can someone point me to where I would find the Lazarus procedure that actually calls FPC? I've run into a strange issue I'd like to see if I can't fix. THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL

[lazarus] SQL error that shouldn't be.

2006-04-22 Thread Jon Foster
'' '+ 'ORDER BY tests.name'; Is there some filtering of the SQL that might be corrupting my query? -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe: mail [EMAIL

[lazarus] How does Lazarus request compile?

2006-04-22 Thread Jon Foster
. If you want just tell me where in the source code to find the calls to FPC and I'll be happy to browse that. THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you!

Re: [lazarus] SQL DB access functional?

2006-04-19 Thread Jon Foster
required that I post the transaction. THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you! _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubs

[lazarus] SQL DB access functional?

2006-04-15 Thread Jon Foster
or PostgreSQL. I would prefer MySQL. Are there other components that would allow me to create data driven applications? THX - Jon -- Jon Foster JF Possibilities, Inc. [EMAIL PROTECTED] 541-410-2760 Making computers work for you

Re: [lazarus] SQL DB access functional?

2006-04-15 Thread Jon Foster
Michael Van Canneyt wrote: On Fri, 14 Apr 2006, Jon Foster wrote: Are the SQL DB components supposed to be functional? That is because for each query, a new 'native' connection is started. Probably there is some limitation to your MySQL installation ? no, it works