1. Rita Andrie
  2. Elevate Discussion
  3. Friday, 4 August 2023 09:07 PM UTC

Hi,

We developed the Spell Check menu item to check the spelling from the mle "box" and it has been working for a while.  Sincenthe office 365 was upgraded, something affected the Spell Check.  The "Not in Dictionary" works in a hidden way, however, the information doesn't show in the top part of the box:  

If I click the Options... button and then click OK, then the information shows up here in the "Not in Dictionary" box:

 

 

I can't find a way to make the information show up in the "Not in Dictionary" box.  How do I do this?  We have 2017 RE Build 1880.

Here is the coding we have had for a while:

ole_doc = ole_info.documents.add()
ole_doc.content = as_text
ole_doc.checkspelling(as_text)
la_ret = ole_doc.content 
ls_text= String(la_ret)

 

Please help.  Thanks,

R


Responses (3)
  1. Likes
  2. Latest
  3. Oldest
Loading...

Helpful?

If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.