Subject | Modified property not working ? |
---|---|
Author | Nico Callewaert |
Post date | 2001-04-06T08:52:41Z |
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
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