Spell check in a form

Does anyone know how to put a spell check button in a form? I assume it would be the same spell check as in our email? Thanks!

Subject: spell check in a form

@Command( [ToolsSpellCheck] ) or

Call notesUIDocument.SpellCheck()

UIDoc must be in Edit mode.

Subject: spell check in a form

I just add a hotspot button with the following formula:

@Command([ToolsSpellCheck]);

This should work for the client, but I don’t think that it works on the web.

Hope it helps!

Subject: RE: spell check in a form

Thanks people!!

Subject: Can’t users just press the toolbar icon?

Subject: RE: Can’t users just press the toolbar icon?

I guess they could but they haven’t so far.

Subject: ok! :wink: