Spell checking?

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.

Any one know



Answer this question

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

    It's on the way.

  • Yu Xiao

    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..

  • 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

    That would be awesome. Here you go.

    deanj47(at)mio(dot)uwosh(dot)edu

    Thanks!


  • Spell checking?