home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Lotus / LOTUS / WORDPRO / WPERRORS.LSS < prev    next >
Text File  |  1998-05-27  |  760b  |  18 lines

  1. ' WordPro Error Constants
  2. ' Copyright 1995 Lotus Development Corp.
  3.  
  4. option public
  5.  
  6.  Const LoiErrFileNotCreated                     = 7501
  7.  Const LoiErrOperationCanceled                  = 7502
  8.  Const LoiErrCouldNotSave                       = 7504
  9.  Const LoiErrNameNotFound                       = 7505
  10.  Const LwpErrCopyFailed                         = 7001
  11.  Const LwpErrCutFailed                          = 7002
  12.  Const LwpErrUndoFailed                         = 7003
  13.  Const LwpErrPasswordProtected                  = 7004
  14.  Const LwpErrSetPropFailed                      = 7005
  15.  Const LwpErrNotSupported                       = 7006
  16.  Const LwpErrPrintFailed                        = 7007
  17.  Const LwpErrDoccontrolProtected                = 7008
  18.