Local dataset show parts in two grids



I have a batch optimistic locked ADOdataset being edited locally (client
cursor), and I want to display some of the records in one DBGrid and the
other in a second DBGrid depending on the value in one of the fields. The
field values are edited in separate DBEdit controls, not the grids which are
just for display purposes, but these values change the way the grid cells
are drawn.

I'm sure I am being thick, but how do I do that?

All my attempts so far either fail to see the locally edited values or
requery the dataset loosing the batch optimistic edits.

Dave


.



Relevant Pages

  • detail table display order
    ... Using Microsoft Access 2000, ADO and D6 ... Am displaying data from a detail table in a dbgrid. ... composite primary key made up of a text field, ... When you display the detail table within access, ...
    (borland.public.delphi.database.ado)
  • Re: Capture controls to image from program
    ... I would like to capture a snapshot of a DBGrid from within my application and possibly display it in a TImage. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Capture controls to image from program
    ... I would like to capture a snapshot of a DBGrid from within my application and possibly display it in a TImage. ...
    (borland.public.delphi.thirdpartytools.general)
  • Problem with OnCalcFields() Event.
    ... The result J display in DBGrid. ... J need to have numbers on every record in DBGrid. ... My aproach was to make calculated field and write onCalcField event ... Prev by Date: ...
    (comp.lang.pascal.delphi.misc)
  • Re: Datagrid or MSFLexGrid or something else
    ... Use the Datagrid if you want to edit values diresctly in the grid cells. ... you merely want to display the data, then use the Flexgrid. ...
    (microsoft.public.vb.general.discussion)