-
Logged In: YES
user_id=398096
Incorrect use of the IncFetch components. You cannot use
the IncFetch components on a CDS that is a detail CDS in a
client-side M/D relationship.
A requirement of the IncFetch components is that you set
the CDS.PacketRecords > 0. A requirements of a CDS the is a
detail in a M/D relationship is that the CDS.PacketRecords is
set to zero. Conflict.
2004-07-26 09:14:58 UTC in MIDAS Essentials Pack
-
When a DSP propagates changes using
dsp.AfterUpdateRecord for setting new
values for some fields, the returned delta is not null
and contains changed
from server records. But CDSUtil.ReconcileDeltas
considers that as error:
...
for i:=LowCDS to HighCDS do
if not VarIsNull(vDeltaArray[i]) then begin
cdsArray[i].Reconcile(vDeltaArray[i]);
bReconcile:=true;...
2002-03-26 16:16:09 UTC in MIDAS Essentials Pack
-
Logged In: YES
user_id=398096
I will add my TIncFetch components to the project. Dave.
2002-01-18 11:36:43 UTC in MIDAS Essentials Pack