RE: [lazarus] Problem with lazreport

2007-07-23 Thread German C. Basisty
If a tiger appears you have a real problem. Then the Lazarus cheetah has run away. ;-) Currently it's not possible to use lazreport (and some other packages) with the win64 version of Lazarus. You can alternatively install the win32 version. Best regards, Swen German C. Basisty schrieb:

[lazarus] Problem with lazreport

2007-07-23 Thread German C. Basisty
Hi! I’m trying to install lazreport package. Under my Linux box, it Works OK but under my Windows box there is no way to make it work. After rebuilding lazarus (no errors) the tiger appears, and then nothing happens. Lazarus never starts. The only strange thing I noticed, is the size of the new l

RE: [lazarus] Initialize a DBGrid

2007-07-18 Thread German C. Basisty
Thank you all for your help! Regards, German De: Darmawan Sugiarto [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 18 de julio de 2007 11:05 p.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Initialize a DBGrid "German C. Basisty" <[EMAIL PROTECTED]> wrote:

[lazarus] files: I give up

2007-07-17 Thread German C. Basisty
Now I really dont know whats wrong, please help me. The writting code: procedure TForm1.Button1Click(Sender: TObject); var archivo: File of String; cadena: String; begin cadena := Edit1.Text; ShowMessage(cadena); System.Assign(a

RE: [lazarus] Problem with file

2007-07-17 Thread German C. Basisty
Thank you!! Regards -Mensaje original- De: Mattias Gaertner [mailto:[EMAIL PROTECTED] Enviado el: martes, 17 de julio de 2007 07:07 p.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Problem with file On Tue, 17 Jul 2007 18:49:35 -0300 "German C. Basisty" <[EMAIL PROT

[lazarus] Problem with file

2007-07-17 Thread German C. Basisty
Hello again! I wrote this simple program in pascal on my Linux box: == program exists; var f: file of string; IOR: integer; begin assign(f, 'test.txt'); {$I-} reset(f); {$I+} IOR := IORes

[lazarus] Initialize a DBGrid

2007-07-17 Thread German C. Basisty
Hi! Here goes another question: I have a form. This form contains a DBGrid. The DBGrid retrives information via an SQL connection from a PostgreSQL Database. How do I do to initialize parameters (like DBGrid1.Columns[1].Width := 20) when the form is shown (when the form appears)? Best Rega

[lazarus] Menu

2007-07-17 Thread German C. Basisty
Good people: Does anybody know where can I find documentation about creating and managing menu? I mean, like a standard Windows app main menu or something. Best regards German

RE: [lazarus] Another little help with databases

2007-07-17 Thread German C. Basisty
Thank you all for your usefull help. Best regards, German -Mensaje original- De: Bram Kuijvenhoven [mailto:[EMAIL PROTECTED] Enviado el: martes, 17 de julio de 2007 03:34 a.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Another little help with databases German C. Basisty wrote

[lazarus] Another little help with databases

2007-07-16 Thread German C. Basisty
My mail server was not working fine, if there is any, please resend me the answers to this mail. Thank you Hi again! Well, I'm still learning. I have now a form with a working TPQConnection, a TSQLTransaction, a TSQLQuery with a 'select * from product' as SQL, a TDatasource, an a TDBG

[lazarus] Another little help with databases

2007-07-16 Thread German C. Basisty
Hi again! Well, I'm still learning. I have now a form with a working TPQConnection, a TSQLTransaction, a TSQLQuery with a 'select * from product' as SQL, a TDatasource, an a TDBGrid, everithing is working fine and every product is shown on the DBGrid as expected. Now I want to add an TEdit

RE: [lazarus] PostgreSQL

2007-07-16 Thread German C. Basisty
t a big problem, because there is no 64 bit client library available which you would need for your 64 bit application. Best regards, Swen German C. Basisty schrieb: Hi! Im running a postgreSQL database on a Linux box and Windows vista x86_64 on another one. On the Linux box when I run lazaru

[lazarus] PostgreSQL

2007-07-14 Thread German C. Basisty
Hi! Im running a postgreSQL database on a Linux box and Windows vista x86_64 on another one. On the Linux box when I run lazarus I can see the TPQconnection on the SQLdb tab, but not on the windows version of lazarus. I tryed already to rebuild the component by open package file menu, but it is

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
also works well. Whats the diference between uses clause and implementation clause? Regards De: German C. Basisty [mailto:[EMAIL PROTECTED] Enviado el: sábado, 14 de julio de 2007 04:55 p.m. Para: lazarus@miraclec.com Asunto: RE: [lazarus] Call a form from another form Hi, me again! How

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
se. Hope it helps, Charl On 7/14/07, German C. Basisty <[EMAIL PROTECTED] > wrote: It does not compile, sorry. I think I forgot to add the unit of form2. I really dont know hot to do that, may you please send me an example? J Regards De: Charl van Jaarsveldt [mailto:[EMAIL PROTEC

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
ing in the one you are busy with, so for every unit you use, you need to specify it in the uses clause. Hope it helps, Charl On 7/14/07, German C. Basisty <[EMAIL PROTECTED] > wrote: It does not compile, sorry. I think I forgot to add the unit of form2. I really dont know hot to do that, may

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
On 7/14/07, German C. Basisty <[EMAIL PROTECTED]> wrote: Hi! This is a very newby question, but you have to understand I'm a Linux c++ (console) developer, not familiar with Delphi. I could install Lazarus, tryed a few examples, and now I'm trying to call a form from another

[lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
Hi! This is a very newby question, but you have to understand I'm a Linux c++ (console) developer, not familiar with Delphi. I could install Lazarus, tryed a few examples, and now I'm trying to call a form from another form. So I designed a form (Form1) with a button and a second form, but it

RE: [lazarus] Lazarus + Fedora 7 x86_64

2007-07-14 Thread German C. Basisty
zarus :) Regards -Mensaje original- De: Felipe Monteiro de Carvalho [mailto:[EMAIL PROTECTED] Enviado el: viernes, 13 de julio de 2007 04:17 p.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Lazarus + Fedora 7 x86_64 On 7/13/07, German C. Basisty <[EMAIL PROTECTED]> wrote: > Any i

[lazarus] Lazarus + Fedora 7 x86_64

2007-07-13 Thread German C. Basisty
Hi! My name is German Basisty, I'm new to pascal, also new to Lazarus. I'm trying to make Lazarus work on my Linux box, who runs fedora 7 x86_64. I downloaded the rpm's (fpc, fpc-sr from yum; lazarus from the website) and everithing seems to work ok, but when I start lazarus, generate some exa