Subject | RE: [IBO] Why do I have to post after delete |
---|---|
Author | Dion Oliphant |
Post date | 2001-01-22T11:03:12Z |
Hi Herbert,
If I understand you correctly, the answer is in the following help:-
Applies to
TIB_Dataset
Declaration
Property AutoPostDelete : boolean;
Description
Determines if a call to the Delete method will also be posted
immediatly.
Look at this property for TIB_Query.
Cheers,
Dion.
-----Original Message-----
From: external.ch@... [mailto:external.ch@...]On Behalf
Of Schlup Herbet
Sent: 22 January 2001 09:53
To: IBObjects@egroups.com
Subject: [IBO] Why do I have to post after delete
I use a IB_Query and I remarked, that when I call IB_Query.Delete the
Component
is calling the post event.
I ask me why, because the BDE does not call it.
Herbert
If I understand you correctly, the answer is in the following help:-
Applies to
TIB_Dataset
Declaration
Property AutoPostDelete : boolean;
Description
Determines if a call to the Delete method will also be posted
immediatly.
Look at this property for TIB_Query.
Cheers,
Dion.
-----Original Message-----
From: external.ch@... [mailto:external.ch@...]On Behalf
Of Schlup Herbet
Sent: 22 January 2001 09:53
To: IBObjects@egroups.com
Subject: [IBO] Why do I have to post after delete
I use a IB_Query and I remarked, that when I call IB_Query.Delete the
Component
is calling the post event.
I ask me why, because the BDE does not call it.
Herbert