Re: Local dataset show parts in two grids




> Yes you can (bookmark obtained on clone is valid for source ADODataSet),
> but I am not sure that you should. Please elaborate a little what you are
trying
> to implement.

Thanks for your suggestions but in the end I have simply used two datasets
with different where clauses.

I was trying to let the user edit multiple records in a table (all in one
cached batch) but limit the records displayed at any given time by a certain
field value e.g. here are all the state=1's, change tab say, here are all
the state=2's. Initially I tried using filter property but that requeired
the dataset and lost previous cached changes.

Just trying to be too clever!

Dave


.