Search code examples
web-servicessharepoint-2010infopath

Spell Checker webservice in InfoPath 2010- Workaround for Spell Checker


Does anyone know how to use

/_vti_bin/SpellCheck.asmx

in InfoPath form as DataConnection to check spelling?


Solution

  • function CheckSpelling() { SpellCheckEntirePage(‘/_vti_bin/SpellCheck.asmx’, ‘/_layouts/SpellChecker.aspx’); }