Hi All
I am building a simple tool that uses a DBgrid.
Normally, if you connect the DBgrid to the Datasource control it will show the entire contents of that database.
If you filter some data, then it will change obviously.
Now i have a need for it to show nothing until the user enter some information in a Tedit and THEN display the filtered data.
Should I just change the active setting on the DBF control at the right time or disable the gridview until I run the filter?
I just need some pointers before I break somehting.

Thank you all.
-Peter