Do you find this script useful?
Yes
No
Comments?
Spell check on save
This script, added to an edit form, will spell-check the record when it is saved.
Script Language: JavaScript For use with:
DB/TextWorks
Requires at least version 4.1
// Runs the spellchecker automatically when
// the record is saved.

function onRecordSave()
{
  Command.spellCheck();
}
Notes: Requires v4.1 or later.
Submitted by Inmagic Staff on 11/30/2000

Powered by DB/Text WebPublisher, from Inmagic WebPublisher PRO