Hi to all,
i have a form1 that contains a data1 control, connected
to a dBase database.
Everything is working fine.
I then add a form to the project ( form2 ) and i add a dbGrid on it.
How can i use the form1.data1 from form2 so i can connect it
to form2.dbGrid ?
For example, i set the form2.dbGrid DataSource property to
"form1.data1" by hand, but it is not working.
( at runtime the dbGrid is empty. )
Can i use form1.data1 control or i must use another data control
in form2 and connect it to the same database ?
Thanks a lot in advance !
Anthony Boudouvas