Re: Local dataset show parts in two grids




> How about using clone of original ADODataSet with properly assined filter
> for each grid. Please note that changes made from ADODataSet became
> visible for clones only upon posting.

Thanks for that Vitali.
Better lookup about creating clones....
Is it right that the clones will see the locally posted (cached but not
wrtten to server) edits. And can I get it so that cursor movement within the
clone will locate the cursor in the original dataset?

Dave


.



Relevant Pages

  • Re: VB6 - Delete From DataGrid - Deletes the Wrong Record
    ... I have a datagrid that is bound to a recordset in a SQL 2000 database. ... If you want to do it yourself anyway, you'll need to keep or create a clone ... the clone to the bookmark property of the grid, and then act on the clone. ... Set rsClone = ADODC1.recordset.Clone ...
    (microsoft.public.vb.database.ado)
  • Re: Local dataset show parts in two grids
    ... How about using clone of original ADODataSet with properly assined filter ... for each grid. ... > other in a second DBGrid depending on the value in one of the fields. ...
    (borland.public.delphi.database.ado)
  • Re: View updated data in recordset
    ... I have a grid that has the datasource bind to a recordset. ... When I use the goRs add a new record, I can see the record immediated ... The best way I know of is to use a clone of the recordset that's bound to ... You can then use the grid's bookmark property to position the ...
    (microsoft.public.vb.controls)
  • Re: Local dataset show parts in two grids
    ... > wrtten to server) edits. ... >And can I get it so that cursor movement within the ... > clone will locate the cursor in the original dataset? ...
    (borland.public.delphi.database.ado)