home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / lwp31en / lotus012.dsk / WPERRORS.LSS < prev    next >
Text File  |  1995-09-08  |  758b  |  17 lines

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