Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spell Checker
Message
De
08/09/2000 10:35:55
 
 
À
08/09/2000 09:01:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00414074
Message ID:
00414136
Vues:
22
>Can we use Word spell checker from inside VFP??

Look for FAQ#7860 How can I use Word's spellchecker in VFP?

>How about the spell checker that comes with VFP, have you used it and how??? is it useful for general spell checking.

I use it in my personal apps, because the spell checker isn't distributable.

How it works on an EditBox:

StrToFile(this.parent.edtText.value, 'spllchecker.txt')
modi file spllchecker.txt nowait
do (_spellchk)
release windows 'spllchecker.txt'
this.parent.edtText.Value = FileToStr('spllchecker.txt')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform