Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SpellBound Class
Message
From
03/04/2003 08:38:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
SpellBound Class
Miscellaneous
Thread ID:
00773502
Message ID:
00773502
Views:
53
I am trying to use the SpellBound class on a form to spell check the contents of an edit box. I have a button with the following:

LOCAL oSpellIt
SET CLASSLIB TO spellbound ADDITIVE
oSpellIt = CREATEOBJECT('spellit')
oSpellIt.CheckSource = 'thisform.edtComments.Value'
oSpellIt.DoCheck()

RELEASE oSpellIt

When I run the form and click the button I get the following error message:

'Object is not contained in a form'

Can someone please tell me what I am doing wrong!

Thanks in advance,
Russell
Next
Reply
Map
View

Click here to load this message in the networking platform