Controlling Spellcheck with a field entry...
Category Software Development
Jerry Glover of Optimus Solutions, LLC ran across this item on Spellcheck and shared it in the Business Partner Forum. He gave me permission to share it here, too. Thanks, Jerry...
Spellcheck is controlled by an item on the message - $AutoSpell. Even if you don't have Auto-spellcheck turned on in your profile, if $AutoSpell="1" on a given message it will launch the spell checker. So, you could modify the Memo form to include this field calculated or defaulted to "1" for its value. "0" of course would turn it off.
Jerry Glover of Optimus Solutions, LLC ran across this item on Spellcheck and shared it in the Business Partner Forum. He gave me permission to share it here, too. Thanks, Jerry...
Spellcheck is controlled by an item on the message - $AutoSpell. Even if you don't have Auto-spellcheck turned on in your profile, if $AutoSpell="1" on a given message it will launch the spell checker. So, you could modify the Memo form to include this field calculated or defaulted to "1" for its value. "0" of course would turn it off.
I stumbled on this after creating a stationary while I had it turned on temporarily and then turning it back off and having messages created from the stationary still launch the checker.



Comments
Posted by Duffbert At 19:36:52 On 22/09/2004 | - Website - |
Thanks for the update however.
Posted by Leonard At 16:06:49 On 23/09/2004 | - Website - |
I'll keep working through the limited doc I have but any help would be appreciated.
I think I'm missing something basic so be gentle with me.
Thanks in advance.
Posted by Leonard At 02:33:36 On 22/09/2004 | - Website - |
If you (a given user) have AutoSpell turned on in your mailfile preferences and you load into the client UI a message (stationary, draft, whatever) with $AutoSpell="0" as an item, the value is overwritten with "1" to match your user preference.
It's probably buried deep in one of those script libraries as a cursory glance wasn't able to track it down. So apparently you can't override a given user's preference to AutoSpellcheck with the field. Sorry.
Posted by Jerry Glover At 12:42:17 On 23/09/2004 | - Website - |
Posted by Leonard At 04:58:05 On 23/09/2004 | - Website - |