Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spell Checking A Table
Message
De
10/10/2001 11:26:04
 
 
À
10/10/2001 09:29:27
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00566368
Message ID:
00566451
Vues:
16
>Does anyone know a good way to do a spell check on the data contained in a table? The data can always be in use at any given time and I need a way to spell check several columns row by row?
>
>Thanks for any assistance.

Also, you can use Word automation if available:
oWord = CreateObject("Word.Application")
? oWord.CheckSpelling("the_text")
It returns true or false depending if the text's spelling is correct or not.
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform