Values for specifying how to handle potential conflicts when synchronizing DataWindows in a distributed application.
PocketBuilder 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.  | 
SetChanges explains how to test whether conflicts exist.
| Copyright © 2004. Sybase Inc. All rights reserved. | 
 
 | 
|