MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 643

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

RDBMSResolver.reconcileResults
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
resolveData.reconcileResults(eventObject)
Parameters
eventObject
packets. This event object should contain the following properties:
Property
target
type
Returns
Nothing.
Description
Event; broadcast by the RDBMSResolver component to compare two packets after results have
been received from the server and applied to the delta packet.
A single
updateResults
well as information about updates performed by other clients. When a new update packet is
received, the operation results and database updates are split into two update packets and placed
separately in the
the delta packet containing the operation results is sent using data binding.
Example
The following example reconciles two update packets and returns and clears the updates on
success:
on (reconcileResults) {
// examine results
if(examine(updateResults))
myDataSet.purgeUpdates();
else
displayErrors(results);
}
RDBMSResolver.reconcileUpdates
Availability
Flash Player 7.
Resolver event object; describes the event object used to compare two update
Description
Object; the resolver broadcasting this event.
String; the name of the event.
packet can contain results of operations that were in the delta packet, as
property. The
deltaPacket
reconcileResults
RDBMSResolver component (Flash Professional only)
event is broadcast just before
643

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents