Guest Posted March 24, 2011 Posted March 24, 2011 Message from: "jwsoft" i will create cds :=TclientDataset.Create(self); must set self.InsertComponent(cds); otherwise self.FindComponent('abc')=nil . Quote
Guest Posted March 24, 2011 Author Posted March 24, 2011 Message from: "Farshad Mohajeri" "jwsoft" wrote in message news:QL1khce6LHA.2880@anaxagvs227... >i will create > cds :=TclientDataset.Create(self); > > must set > self.InsertComponent(cds); > > otherwise self.FindComponent('abc')=nil > This issue will be resolved in 0.85. Solution for current version: cds :=TclientDataset.Create(This); . 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.