Hello.<br>TMemDataSet lacks Filter and Locate functionalities, so I started to use TBufDataSet instead.<br>Though I can create BufDataSets through code (add FieldDefs, CreateDataset...) I wanted to design it through IDE (mostly because of event properties).<br>
So, I packaged TBufDataSet (according to Wiki instructions) as component and published it into the IDE.<br>Now, I can define FieldDefs in the IDE, but, Fields collection does not reflect FieldDefs collection. So, I can create FieldDefs, but Fields are not automatically created according to newly created FieldDefs. Therefore, Dataset1.FieldDefs.Count=7, Dataset1.Fields.Count=0....<br>
Any tips how to synchronize FieldDefs and Fields???<br><br>Thanks,<br><br>Zlatko<br>