ik wrote:

The first form will find the datasource components on dmDatabases unit, while the second form will not.

What am I missing here ?
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.

Therefore possible your form1 is included into the project but form2 does not.

Best regards,
Paul Ishenin.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to