DWConflictResolution

Description

Values for specifying how to handle potential conflicts when synchronizing DataWindows in a distributed application.

Values

PowerBuilder enumerated value

Numeric value

Meaning

FailOnAnyConflict!

0

Prevents changes from being synchronized if data in the source DataWindow has changed since its state was captured. (Default value when argument is optional.)

AllowPartialChanges!

1

Allows changes that are not in conflict to be applied.


See also

SetChanges explains how to test whether conflicts exist.