Subject Re: [IBO] Modified property not working ?
Author Svein Erling Tysvær
Nico,

try

if qrDealer.NeedToPost then
qrDealer.Post;

or something like that (haven't got Delphi on this PC).

Set

At 10:52 06.04.2001 +0200, you wrote:
>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