rtalmeida Posted May 26, 2017 Posted May 26, 2017 Hello, I'm having difficulty when I use a datasource that is linked to another form, whenever I close the project and then when I reopen, the datasource binding disappears, what am I doing wrong? Attached an example the datasource of UniForm1 is bound to the dataset of the MainForm. ligacao.zip Quote
Administrators Farshad Mohajeri Posted May 26, 2017 Administrators Posted May 26, 2017 That is a general Delphi issue. If Form containing DataSoure is not open then other form can not see the DataSource. Try to not creating references between forms. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.