Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spell Checking A Table
Message
From
10/10/2001 11:26:04
 
 
To
10/10/2001 09:29:27
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00566368
Message ID:
00566451
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform