Re: [lazarus] Call a form from another form

2007-07-14 Thread Marc Weustink
German C. Basisty wrote: Now I tryed writting both uses on implementation section and also works well. Whats the diference between uses clause and implementation clause? both are uses clauses. The one defined in the interface section tells the compiler which units to use to compile the inte

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 Michael Van Canneyt
ill form2 is closed. In that case you would not need to reference unit1 from unit2... Michael. > > > > Rest regards > > > > De: Charl van Jaarsveldt [mailto:[EMAIL PROTECTED] > Enviado el: sábado, 14 de julio de 2007 04:41 p.m. > Para: lazarus@miraclec.com

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
: Charl van Jaarsveldt [mailto:[EMAIL PROTECTED] Enviado el: sábado, 14 de julio de 2007 04:41 p.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Call a form from another form You should have a unit for form1 called unit1 (if not haven't changed the name), and another unit, called unit

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
Thank you very much for your patience! That is what I need to know! Regards, german De: Charl van Jaarsveldt [mailto:[EMAIL PROTECTED] Enviado el: sábado, 14 de julio de 2007 04:41 p.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] Call a form from another form You should have a

Re: [lazarus] Call a form from another form

2007-07-14 Thread Charl van Jaarsveldt
w hot to do that, may you please send me an example? J Regards *De:* Charl van Jaarsveldt [mailto:[EMAIL PROTECTED] *Enviado el:* sábado, 14 de julio de 2007 03:59 p.m. *Para:* lazarus@miraclec.com *Asunto:* Re: [lazarus] Call a form from another form Hello, When you say it doesn't work,

RE: [lazarus] Call a form from another form

2007-07-14 Thread German C. Basisty
: [lazarus] Call a form from another form Hello, When you say it doesn't work, what do you mean? It does not compile, or it does not work the way you expected? If compiling is a problem, it could be that you forgot to add the unit of form2 in the uses clause for the unit of form1. Charl

Re: [lazarus] Call a form from another form

2007-07-14 Thread Charl van Jaarsveldt
Hello, When you say it doesn't work, what do you mean? It does not compile, or it does not work the way you expected? If compiling is a problem, it could be that you forgot to add the unit of form2 in the uses clause for the unit of form1. Charl On 7/14/07, German C. Basisty <[EMAIL PROTECTED]

[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