Fields losing the DataSource property

-1

I'm having a small project of some files here, using Delphi XE8. sometimes when I change something in the project, all fields (edit's and dbGrids) lose the "DataSource" property and I have to link again before compiling.

I've searched the internet for a long time, and there are a lot of people who have been suffering from it since at least Delphi 5 (not XE5, it's 5).

Has anyone here ever had this problem? It's the first time it's come to me.

    
asked by anonymous 17.07.2016 / 04:00

1 answer

2

Are DataSource centralized in Forms or in a DataModule?

As a rule, every time you open your project, first open the Form or the DataModule where the access components are (Table, Query, ClientDataSet, etc.), because if you do not follow this rule you will lose the even link.

[sds]

Eduardo Belo - E-mail: [email protected]

    
19.07.2016 / 20:38