[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

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: Hi! I’m

[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

[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

[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 :=

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 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);

RE: [lazarus] PostgreSQL

2007-07-16 Thread German C. Basisty
, 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 lazarus I can see

[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

[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

[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] Call a form from another form

2007-07-14 Thread German C. Basisty
/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 form. So I designed

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
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 you please send

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
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 PROTECTED] Enviado el

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
and 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

[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