How to filter selected rows

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mbx
Posts: 2
Joined: Thu 01 Nov 2012 20:50

How to filter selected rows

Post by mbx » Thu 01 Nov 2012 21:03

Hello,
I'm testing UNIDAC for migrating from ADO to UNIDAC in several Projects. Most works fine but in the projects intensively is used selected rows and filter of it.
In ADO it is used by FilterOnBookmarks.

But I find no equivalent to it in UNIDAC, but this is extremly important.

Is there any way to realise this?

thanks for rsponse.

AndreyZ

Re: How to filter selected rows

Post by AndreyZ » Fri 02 Nov 2012 09:31

Hello,

Unfortunately, UniDAC doesn't have such functionality. You can leave your suggestions at our UserVoice page at http://devart.uservoice.com/forums/1046 ... 939-unidac, and if there are many votes for your suggestion, we will implement it. For the time being, you should implement this functionality by yourself.

mbx
Posts: 2
Joined: Thu 01 Nov 2012 20:50

Re: How to filter selected rows

Post by mbx » Sun 04 Nov 2012 17:32

Hi,
thanks for your answer.
I put it on the UserVoice page.

> For the time being, you should implement this functionality by yourself
Has anybody any suggestion for that?

Post Reply