Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spell Check
Message
From
05/09/2006 16:27:27
Robert Dinsmore
Dinsmore & Associates, Inc.
Lexington, Kentucky, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Spell Check
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01151088
Message ID:
01151088
Views:
85
A client wishes to spell check text in a memo field. My solution was to use Word as follows:

oSpellIt = NEWOBJECT("SpellIt","SpellBound")
oSpellIt.CheckSource="horses.hr_own_stm"
oSpellIt.SaveChanges = .t.
oSpellIt.DataBound = .t.
oSpellit.DoCheck
release oSpellIt

This has worked fine for a number of years. Now they get the message "The action cannot be completed because the other program is busy".

They did upgrade from Word 2002 to 2003 recently. The procedure works OK on my machine with Word 2003.

Anybody got any ideas? Or, is there a better method to do spell checks?
Next
Reply
Map
View

Click here to load this message in the networking platform