<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 11/13/12 7:27 AM, Richard Tartaglia
wrote:<br>
</div>
<blockquote
cite="mid:1352809632.55868.YahooMailNeo@web110703.mail.gq1.yahoo.com"
type="cite">
<pre wrap="">I have a process that looks into file A from input processing of file B using the @entsel command.
The process is started from a menu fp\dclerk pk_setup -s1 -xia -xe
The variables used on the form are being populated sa = bbb(25) Where bbb is the lookup file.
When I run the debugger I can see the correct data using the Expression function sa |data |.
The FORM command is used and prints fine except that data is not being printed in the variables *sa , *sb ........
Any help would be appreaciated. I can't afford to lose any more hair.
FilePro 5.0 running on Windows 2003.
Thanks
Rich
</pre>
</blockquote>
Rich - it sounds like you haven't yet selected some record in the
current file, <br>
which is evidently required before clerk will pass your values to a
form. <br>
<br>
From a response by Ken to a similar problem back in August:<br>
<br>
> Add a lookup-dash to some record and then do the FORM. Since
you're <br>
> not using anything in the record, and not modifying anything,
you're not<br>
> in update mode and don't need to worry about <b
class="moz-txt-star"><span class="moz-txt-tag">*</span>which<span
class="moz-txt-tag">*</span></b> record.
<div class="moz-txt-sig">> -- Kenneth Brody</div>
<br>
Bruce<br>
</body>
</html>