AccpacView.CancelEx
Cancels any unsaved changes in the view's revision list. This method is a network optimized version of Cancel. It returns the field values of the requested fields.
Sub CancelEx(
FieldIDs As Variant,
Values As Variant)
Parameters
FieldIDs
[in] an array of field IDs which represent the fields from which the values should be returned if a record is successfully retrieved
Values
[out] returns an array of field values for the requested fields; returns Null if no record is retrieved
Remarks
This method first calls Cancel, and then calls BlkGet to retrieve the field values.