Subject State of another record
Author Matt Nielsen
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.