Well, as sort of a follow up, I am using the ActiveX RTF for one of my forms. What I'd like to know if there is a way to do sort of a spell check for what a doctor would type into it.
I also managed to download it time ago and I do not recall how I did it. It is a part of my database now. If it is crutial I can try to email it to you. Leave your email with intevening confusing anti-spam characters.
You can do the spell cheking in the VFP in a tricky way.. you can create an object for microsoft word and make its visibility false and pass your text to that object.. and you can invoke spell cheking.. mail me if u want sample code..
I want your sample code too. It is a neat idea. Will this method highlight the misspelled words in RTF
There is also another option: APSC - All Purpose Spell Checker which is also downloadable: you can find it on the web. It will have to be loaded via _CLIPTEXT and then the corrected text manually shipped back to RTF. APSC has many conveniences of an OE (MS word) spell checker including ADD TO CUSTOM button, although I am not sure it is functionable--but it is there.
Spell checking?
ibrahem
It is only a partial answer to your question:
http://www.medical-spell-checker.com/
I also managed to download it time ago and I do not recall how I did it. It is a part of my database now. If it is crutial I can try to email it to you. Leave your email with intevening confusing anti-spam characters.
Ivan Penkov
Yu Xiao
ChR
I want your sample code too. It is a neat idea. Will this method highlight the misspelled words in RTF
There is also another option: APSC - All Purpose Spell Checker which is also downloadable: you can find it on the web. It will have to be loaded via _CLIPTEXT and then the corrected text manually shipped back to RTF. APSC has many conveniences of an OE (MS word) spell checker including ADD TO CUSTOM button, although I am not sure it is functionable--but it is there.
mrshrinkray
deanj47(at)mio(dot)uwosh(dot)edu
Thanks!