<div dir="ltr">Thanks,<br><br>It helped a lot to find the problem, but I do not understand why it happened.<br><br>It seems that the form was not belong to the project (even though I added it using New Form. After adding it to the project, it found the DataModule.<br>

<br>Ido<br><br clear="all"><a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>
<br><br><div class="gmail_quote">On Fri, Nov 20, 2009 at 2:33 PM, Paul Ishenin <span dir="ltr"><<a href="mailto:webpirat@mail.ru">webpirat@mail.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">ik wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
The first form will find the datasource components on dmDatabases unit, while the second form will not.<br>
<br>
What am I missing here ?<br>
</blockquote></div>
Lazarus has a different behavior comparing to Delphi. It does not search for the available components in the uses section but it search in the forms/datamodules of the project.<br>
<br>
Therefore possible your form1 is included into the project but form2 does not.<br>
<br>
Best regards,<br><font color="#888888">
Paul Ishenin.</font><div><div></div><div class="h5"><br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>