I'm using winXP sp2, Lazarus 0.9.30, freepascal 2.4.2.
We (two of us, me and my coleague) are developing a same project which is consisted of many Forms, and we use separate computers.
We use only one TMySQLConnection, placed onto the main menu form. When I develop a form on my computer and copy it to the other computer (i only copy myForm.LFM and myForm.PAS), my form missess the link to the TMySQLConnection and I cannot use the connection of the menu-form of this new environment. Now we have to create new connection to the database, i dont want one connection on each form, i want one connection per one application, and all forms to use the same connection.
Note that both of us are using same names of the menu-form and connection and transaction.