specifies the possible continuations when copying a table row via a CopyTableWizard failed. More...
| Variables | |
| const short | Proceed = 0 | 
| indicates the error should be ignored, and copying should be continued. | |
| const short | CallNextHandler = 1 | 
| is used to indicate the next registered XCopyTableListener should be called. | |
| const short | Cancel = 2 | 
| cancels the whole copying process | |
| const short | AskUser = 3 | 
| asks the user how the handle the error. | |
specifies the possible continuations when copying a table row via a CopyTableWizard failed.
| const short AskUser = 3 | 
asks the user how the handle the error.
The user can choose between ignoring the error and canceling the copy operation.
| const short CallNextHandler = 1 | 
is used to indicate the next registered XCopyTableListener should be called.
| const short Cancel = 2 | 
cancels the whole copying process
| const short Proceed = 0 | 
indicates the error should be ignored, and copying should be continued.