<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
ivan wrote:<br>
<blockquote cite="mid619015.92803.qm@web31503.mail.mud.yahoo.com"
type="cite">
<table
style="font-family: arial; font-size: 10pt; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); width: 100%;"
background="none" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;"
valign="top">I'm having some trouble using spellcheck on filepro
5.6.06. I am using the command spellcheck(<span
style="color: rgb(255, 64, 159);">field<span
style="color: rgb(0, 0, 0);">, "1") and I get a syntax error when I
try to save it. Any ideas?<br>
<br>
-Ivan<br>
</span></span></td>
</tr>
</tbody>
</table>
<br>
</blockquote>
<br>
<a class="moz-txt-link-freetext" href="http://www.fileproplus.com/Products/Docs/fpmanhtm/references/spellcheck/spell_check_using_processing.htm">http://www.fileproplus.com/Products/Docs/fpmanhtm/references/spellcheck/spell_check_using_processing.htm</a><br>
<br>
I'm sure someone will chime in here quickly, but reading the online
manual the command is<br>
<tt> status = SPELLCHECK(field [ , chooser, row, col, height, width ] )
<br>
</tt><br>
Which seems seems that you can only supply a field or you have to supply<br>
chooser and the rest of the fields in the command but just below it in
the manual it has<br>
<br>
<p><tt>Example<br>
<font style="font-family: 'Times New Roman'; font-size: 9pt;">-</font><span
style="font-size: 8pt;"> </span>Clarify use of @fd e.g. aa = @fd<br>
<><font style="font-family: 'Times New Roman'; font-size: 9pt;">-</font><span
style="font-size: 8pt;"> </span>SPELLCHECK(aa,"1")<br>
</></tt></p>
<p><>Which would make it seem like your example. What happened when you
didn't use the chooser <b><tt>,"1")</tt></b> ?<br>
</></p>
<p><>--</></p>
<p>Walter<br>
<></><tt><></></tt></p>
</body>
</html>