:: com :: sun :: star :: sdb :: application ::

unpublished constants group CopyTableContinuation
Description
specifies the possible continuations when copying a table row via a CopyTableWizard failed.

Constants
Ignore indicates the error should be ignored, and copying should be continued.  
Ignore_Continue is used to indicate the next registered XCopyTableListener should be called.  
Cancel cancel the whole copying process  
Constants' Details
Ignore
const short Ignore = 0;
Description
indicates the error should be ignored, and copying should be continued.
Ignore_Continue
const short Ignore_Continue = 1;
Description
is used to indicate the next registered XCopyTableListener should be called.
Cancel
const short Cancel = 2;
Description
cancel the whole copying process
Top of Page