Re: [lazarus] Lazarus on SPARC

2005-10-12 Thread Mark Morgan Lloyd
Marco van de Voort wrote: I think there is a binary distribution for sparc: ftp://freepascal.stack.nl/pub/fpc/dist/sparc-linux-2.0.0/ Thanks Marco, I'll keep an eye on it. General plan is to wait for Debian to have a stable FPC 2.0, then I'll try working from source if necessary. I'm hoping

[lazarus] Re: Is this a bug?

2005-10-12 Thread Felipe Monteiro de Carvalho
Vincent Snijders wrote: Thanks for uploading the file. It would be nice if you could give the extension .png, so that my browser would know how to open it. Done. -- Felipe _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Re: Is this a bug?

2005-10-12 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Felipe Monteiro de Carvalho wrote: ArĂ­ Ricardo Ody wrote: Do someone have any suggestion about the problem? May this be a bug? It's not possible show the LRM screen due to the PNG file be greater than 40 KB. You can send the image to my personal

[lazarus] Problems trying to use sqlite database

2005-10-12 Thread Felipe Monteiro de Carvalho
Hi, I am trying to use sqlite package to connect to a sqlite database and create a simple gui that interacts with it. I followed the steps on the tutorial and created a sqlite database file rightclicking the TSqliteDataset component. I also added some data to the database using the command

Re: [lazarus] Problems trying to use sqlite database

2005-10-12 Thread Luiz Americo
Felipe Monteiro de Carvalho wrote: Hi, I am trying to use sqlite package to connect to a sqlite database and create a simple gui that interacts with it. I followed the steps on the tutorial and created a sqlite database file rightclicking the TSqliteDataset component. I also added some

Re: [lazarus] Re: Problems trying to use sqlite database

2005-10-12 Thread Luiz Americo
Felipe Monteiro de Carvalho wrote: Luiz Americo wrote: This is the way TDataset works. If a record is not posted then it can be cancelled (maybe DBGrid is calling cancel in this case). A simple way to add a record is to do a procedure like: ASlite.Append; ASqlite.Post; and associate with

[lazarus] Re: Problems trying to use sqlite database

2005-10-12 Thread Felipe Monteiro de Carvalho
Luiz Americo wrote: Right now i'm seeing it in the object inspector: is the first property. Using Lazarus svn + fpc 2.0.0 + WindowsXP Looking at the source code Active really exists and is published on TCustomSqliteDataset, so it should appear on the object inspector as far as I know. So I