ComponentOne Spell 8.0 for ActiveX
LastSpellError Property

Returns the last error code that occurred on the VSSpell control.

Syntax

[form!]VSSpell.LastSpellError[ = value As Long ]

Remarks

Possible values for this property are:

Value

Constant

Description

0

ERR_NONE

No errors.

32001

ERR_MAINDICTFILENOTFOUND

VSSpell could not find the main dictionary file.

32002

ERR_

CANNOTOPENMAINDICTFILE

VSSpell could not open the main dictionary file.

32003

ERR_

CANNOTCREATECUSTOMDICT

VSSpell could not create the custom dictionary file.

32004

ERR_

CUSTOMDICTTOOLARGE

The custom dictionary file is too large (over 64k bytes).

32005

ERR_ALREADY

CHECKING

Cannot assign text to the Text property while spell checking it.

32006

ERR_

WRONGDICTIONARYVERSION

The main dictionary file has the wrong version (VSSpell6 understands versions 1 and 2 only).

32007

ERR_INVALIDMAINDICTFILE

The main dictionary file is invalid (not a dictionary file).

32008

ERR_WORDTOOLONG

A word longer than 50 characters was assigned to the CheckWord property.

32009

ERR_INVALIDHWND

An invalid value was assigned to the AutoLinkHwnd property (not a window handle).

Data Type

Long

Default Value

0

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback