Click or drag to resize

Notify Enumeration

X#
This enum describes the various notification messages that are used by VO compatible servers and clients

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 enum Notify
Members
  Member nameValueDescription
FieldChange-1 A field in the current record has changed
Close0 The server is closed
Completion1 An operation has completed
IntentToMove2 An operation has completed
RecordChange3 The current record has changed
GoBottom4 The server has moved to the last (logical) record
GoTop5 The server has moved to the first (logical) record
Delete6 The current record has been deleted
Append7 A new record has been appended
FileChange10 An operation has finished that processed one or more records
RelationChange20 The parent record has changed, the child must change too
ClearRelation25 The relation between the parent and child was changed
ConcurrencyControlMode50 Not used
See Also