User Guide
912 Chapter 6: Components Dictionary
Messages in the updateResults property are treated as errors. This means that a delta with
messages is added to the delta packet again so it can be re-sent the next time the delta packet is
sent to the server. You must write code that handles deltas that have messages so that the messages
are presented to the user and the deltas can be modified before being added to the next delta
packet.
The DataSet component’s
deltaPacket property should be bound to this property so that when
DataSet.applyUpdates() is called, the binding will copy it across and the resolver will create
the XUpdate packet.
XUpdateResolver.includeDeltaPacketInfo
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
resolveData.includeDeltaPacketInfo
Description
Property; a Boolean property that, if true, includes additional information from the delta packet
in attributes on the XUpdate nodes. This information consists of the transaction ID and
operation ID.
For an example of the resulting XML, see “XUpdateResolver component parameter”
on page 908.
XUpdateResolver.reconcileResults
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
resolveData.reconcileResults(eventObject)
Parameters
eventObject
ResolverEvent object; describes the event object used to compare two update
packets. This event object should contain the following properties:
Property Description
target
Object; the resolver generating this event.
type
String; the name of the event.