<!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">
<font face="Courier New, Courier, monospace">Try this;<br>
<br>
If: dl ne ""<br>
Then: end<br>
If: q ne ""<br>
Then: goto start<br>
if:<br>
Then: cls<br>
If: <br>
Then: input fa(4,#,g) "From Client Number "<br>
If:<br>
Then: input fb(4,#,g) "From "<fa<"to number "<br>
If:<br>
Then: input ff(8,mdy/,g) "Enter 1st date"<br>
If:<br>
Then: input ll(8,mdy/,g) "From"<ff<"to what ending date"<br>
If: fa eq " " or fb eq " " or ff eq "" or ll eq ""<br>
Then: msgbox "No Report Created!";exit<br>
If:<br>
Then: input popup ("22","") q(1,yesno,g) "Is this correct? (Y/N)";cls<br>
If: q ne "Y"<br>
Then: msgbox "No Report Created!";exit<br>
If:<br>
Then: lookup - k=ff i=h -ng<br>
<b>start</b>: If: 18 gt ll<br>
Then: goto endit<br>
If: 1 ge fa and 1 le fb<br>
Then: select<br>
If:<br>
Then: end<br>
<b>endit</b>: If:<br>
Then: dl(8,mdy/,g)="12/31/79"<br>
If:<br>
Then: lookup - k=dl i=h -nl<br>
If:<br>
Then: end<br>
<br>
</font><br>
<a class="moz-txt-link-abbreviated" href="mailto:scooter6@gmail.com">scooter6@gmail.com</a> wrote:<br>
<blockquote
cite="mid445ca8160904011453y5a7ce79do64390e6cf7c3876a@mail.gmail.com"
type="cite">
<div>I have output processing that asks the user for beginning client
number, ending client number, beginning action date and ending action
date.</div>
<div> </div>
<div>Recently it stopped working?</div>
<div> </div>
<div>I have PFCMARK=80</div>
<div> </div>
<div>the output looks like this:</div>
<div> </div>
<div>If: fa=""</div>
<div>Then: input fa(4,#,g) "From Client Number "</div>
<div> </div>
<div>If: fb=""</div>
<div>Then: input fb(4,#,g) "From "<fa<"to number "</div>
<div> </div>
<div>If: ff=""</div>
<div>Then: input ff "Enter 1st date"</div>
<div> </div>
<div>If: ll=""</div>
<div>Then: input ll "From"<ff<"to what ending date"</div>
<div> </div>
<div>If: 18 lt ff</div>
<div>Then: lookup - k=ff i=h -ng</div>
<div> </div>
<div>If: 18 gt ll</div>
<div>Then: dl(8,mdy/)="12/31/79"</div>
<div> </div>
<div>If: 18 gt ll</div>
<div>Then: lookup - k=dl i=h -nl</div>
<div> </div>
<div>If: 18 lt ff</div>
<div>Then: end</div>
<div> </div>
<div>If: 18 gt ll</div>
<div>Then: end</div>
<div> </div>
<div>If: 1 ge fa and 1 le fb</div>
<div>Then: select</div>
<div> </div>
<div>This has worked for years but we recently upgraded to 5.6 and
not it just quickly ends, without selecting any records??</div>
<div> </div>
<div>Any insight why that might be?</div>
<div> </div>
<div>thanks</div>
<div> </div>
<div>Scott</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div>If: 18 lt ll</div>
<div> </div>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
</pre>
<pre wrap="">
<hr size="4" width="90%">
No virus found in this incoming message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
Version: 8.0.238 / Virus Database: 270.11.35/2034 - Release Date: 04/01/09 06:06:00
</pre>
</blockquote>
</body>
</html>