Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spell Checking A Table
Message
From
10/10/2001 11:31:33
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
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:
00566456
Views:
22
>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.

Todd,

If you are using buffering then you might be able to use Word's spell check... The following example (modify for use in table) is from either Claudio, Della or George - couldn't find the exact thread to find out.

* Check word Spell Checking in Foxpro (returns .T. or .F.)
oWord = CreateObject("Word.Application")
? oWord.CheckSpelling("the_word")

Renoir
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform