home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 October A
/
Pcwk10a98.iso
/
Lotus
/
LOTUS
/
WORDPRO
/
WPERRORS.LSS
< prev
next >
Wrap
Text File
|
1998-05-27
|
760b
|
18 lines
' WordPro Error Constants
' Copyright 1995 Lotus Development Corp.
option public
Const LoiErrFileNotCreated = 7501
Const LoiErrOperationCanceled = 7502
Const LoiErrCouldNotSave = 7504
Const LoiErrNameNotFound = 7505
Const LwpErrCopyFailed = 7001
Const LwpErrCutFailed = 7002
Const LwpErrUndoFailed = 7003
Const LwpErrPasswordProtected = 7004
Const LwpErrSetPropFailed = 7005
Const LwpErrNotSupported = 7006
Const LwpErrPrintFailed = 7007
Const LwpErrDoccontrolProtected = 7008