Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SpellBound Class
Message
De
03/04/2003 08:38:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
SpellBound Class
Divers
Thread ID:
00773502
Message ID:
00773502
Vues:
52
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform