-1
I have a small project of some records here, using the Delphi XE8. sometimes when I change something in the project, all fields (Edit s and dbGrids) lose the "Datasource" property and have to link again before compiling.
I searched the internet and there are many people who have been suffering from this since at least version 5 of Delphi (not XE5, is the same 5).
Has anyone here ever had this problem? This is the first time I’ve thought.
I’ve been working with Delphi since 5, I’ve always followed the evolution of the IDE, I’ve never experienced this difficulty, test, perform and copy Datasource, Dataset and a DBGRID or DBEDIT (linked) to another form to see if the same thing happens!
– Junior Moreira
It may be some kind of security mechanism. Let’s say it unbundles to force the developer to check this particular configuration. As it already happens today when you change one
CommandText
, and his type changes toftUnknow
. I’ll do a search to see if I can find anything.– Victor Tadashi