Hello
1. You can use the following bundle of components TDBGridEh-> TDataSource (DataSet = MemTableEh1)-> TMemTableEh (DataDriver = DataSetDriver1)-> TDataSetDriver (ProviderDataSet = YourDataSet) TYourDataSet
To take advantage of TMemTableEh and store data in your DataSet.
2. In order to be able to fill the list of values in the filtering drop-down list in DataSets other than TMemTableEh, it is necessary that the FillSTFilterListDataValues method be implemented in the TXXXDatasetFeaturesEh class.
This method is not implemented in the EhLibUniDAC unit in the TUniDatasetFeaturesEh class.
For an implementation example, see the TADDatasetFeaturesEh.FillSTFilterListDataValues class from EhLibAnyDAC.pas
_________________ Best regards EhLib Support Team
|