Subject Re: [IBO] State of another record
Author IB Objects
> I'm using cached updates and want to be able to find out the state
> (ie. dsEdit) of another record in my dataset without having to more
> to that record. Is this possible? I was thinking with the KeyFields
> stuff but couldn't find the right property except RowState which
> doesn't get updated until you post and if I'm using cached updates
> then this is always rsNone until the data gets commited to the DB.

Use the BufferFields property along with the BufferXXXX properties and
methods to examine records. Then when you have the record in it you want
examine the BufferFields.RowState property to see if it contains one of the
cached updates flags.

HTH,
Jason Wharton
www.ibobjects.com