Subject RE: [IBO] Modified property not working ?
Author Nico Callewaert
I found out that this Modified property is only working in the BeforePost
event of the dataset, so nevermind

Nico

-----Oorspronkelijk bericht-----
Van: Svein Erling Tysvar [mailto:svein.erling.tysvaer@...]
Verzonden: vrijdag 6 april 2001 11:05
Aan: IBObjects@yahoogroups.com
Onderwerp: Re: [IBO] Modified property not working ?


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


Yahoo! Groups Sponsor

Click Here to Find Software Faster


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]