Spellcheck

Kenneth Brody kenbrody at bestweb.net
Wed May 28 13:51:09 PDT 2008


Quoting ivan (Wed, 28 May 2008 12:39:30 -0700 (PDT)):

> I'm having some trouble using spellcheck on filepro 5.6.06.  I   
> am using the command spellcheck(field, "1") and I get a syntax error  
>  when I try to save it.  Any ideas?

SPELLCHECK() is a function, not a command.  You need to use it as such.
For example:

     status = spellcheck(field,"1")
or
     mesgbox "spellcheck() returned" < spellcheck(field,"1")

-- 
Read the truth behind the movie "Expelled" at <http://www.ExpelledExposed.com>
--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list