Subject | bounces |
---|---|
Author | hans@hoogstraat.ca |
Post date | 2002-03-13T15:39:37Z |
Hi Helen,
Di you know why this is happening. This morning I received
some 30 messages, all the same telling a message I send quite a while
ago could not be delivered. I know original message was received
by Jason
Best Regards
Hans
=====
Subject:
Delivery Status Notification (Delay)
Date:
Wed, 13 Mar 2002 12:06:11 +0100
From:
postmaster@...
To:
hans@...
This is an automatically generated Delivery Status Notification.
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipients has been delayed.
IBObjects@yahoogroups.com
Reporting-MTA: dns;server.ndbsoft.be.local
Received-From-MTA: dns;server.ndbsoft.be.local
Arrival-Date: Wed, 13 Mar 2002 00:03:37 +0100
Final-Recipient: rfc822;IBObjects@yahoogroups.com
Action: delayed
Status: 4.4.7
Will-Retry-Until: Fri, 15 Mar 2002 00:03:37 +0100
Subject:
[IBO] CancelUpdates
Date:
Thu, 07 Mar 2002 11:28:36 -0700
From:
hans@...
Reply-To:
IBObjects@yahoogroups.com
To:
IBObjects@yahoogroups.com
References:
1 , 2
Hello Jason,
I like to suggest to add the shown line to prevent the
SNotEditing error on a TIBO.CancelUpdates.
Best Regards
Hans
===================
procedure TIBODataset.InternalSetFieldData( Field: TField; Buffer:
Pointer );
var
ARecBuf: pointer;
ACalcBuf: pointer;
ANode: PIB_Node;
tmpData: pointer;
tmpInd: ^smallint;
tmpLen: integer;
NewTimeStamp: TTimeStamp;
tmpStr: string;
begin
if (State = dsSetKey) then
Di you know why this is happening. This morning I received
some 30 messages, all the same telling a message I send quite a while
ago could not be delivered. I know original message was received
by Jason
Best Regards
Hans
=====
Subject:
Delivery Status Notification (Delay)
Date:
Wed, 13 Mar 2002 12:06:11 +0100
From:
postmaster@...
To:
hans@...
This is an automatically generated Delivery Status Notification.
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipients has been delayed.
IBObjects@yahoogroups.com
Reporting-MTA: dns;server.ndbsoft.be.local
Received-From-MTA: dns;server.ndbsoft.be.local
Arrival-Date: Wed, 13 Mar 2002 00:03:37 +0100
Final-Recipient: rfc822;IBObjects@yahoogroups.com
Action: delayed
Status: 4.4.7
Will-Retry-Until: Fri, 15 Mar 2002 00:03:37 +0100
Subject:
[IBO] CancelUpdates
Date:
Thu, 07 Mar 2002 11:28:36 -0700
From:
hans@...
Reply-To:
IBObjects@yahoogroups.com
To:
IBObjects@yahoogroups.com
References:
1 , 2
Hello Jason,
I like to suggest to add the shown line to prevent the
SNotEditing error on a TIBO.CancelUpdates.
Best Regards
Hans
===================
procedure TIBODataset.InternalSetFieldData( Field: TField; Buffer:
Pointer );
var
ARecBuf: pointer;
ACalcBuf: pointer;
ANode: PIB_Node;
tmpData: pointer;
tmpInd: ^smallint;
tmpLen: integer;
NewTimeStamp: TTimeStamp;
tmpStr: string;
begin
>if not (State in dsWriteModes) then DatabaseError(SNotEditing);
> if State = dsInactive then Exit;
>
if (State = dsSetKey) then