Subject Modified property not working ?
Author Nico Callewaert
Hi,

When my dataset goes in edit mode, I have a line of code like this :

if qrDealer.Modified then
qrDealer.Post;

This code is in the OnClick event of a TButton component. Maybe this code
is only working in the BeforePost event of the dataset ???

Thanks,

Nico Callewaert