RE: spell check in v15
Hi Chuck,
Take a look at the following commands that may help you:
SPELL CHECKING
http://doc.4d.com/4Dv15R4/4D/15-R4/SPELL-CHECKING.301-2824711.en.html
This can be used in a form object method like this (I put it behind a variable):
Case of
: (Form Event=On Losing Focus)
SPELL CHECKING
End case
Then tabbing out of the variable triggers the spell check.
SPELL CHECK TEXT
http://doc.4d.com/4Dv15R4/4D/15-R4/SPELL-CHECK-TEXT.301-2824706.en.html
This could be used programmatically instead of leaving it up to the user.
Kind Regards,
Tim PENNER
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ: http://lists.4d.com/faqnug.html
Archive: http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:4D_Tech-Unsubscribe@xxx.xxx
**********************************************************************