<!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:&nbsp;&nbsp; <br>
Then: input fa(4,#,g) "From Client Number "<br>
If:<br>
Then: input fb(4,#,g) "From "&lt;fa&lt;"to number "<br>
If:<br>
Then: input ff(8,mdy/,g) "Enter 1st date"<br>
If:<br>
Then: input ll(8,mdy/,g) "From"&lt;ff&lt;"to what ending date"<br>
If: fa eq "&nbsp;&nbsp;&nbsp; " or fb eq "&nbsp;&nbsp;&nbsp; " 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 -&nbsp; k=ff&nbsp;&nbsp;&nbsp; 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>&nbsp;</div>
  <div>Recently it stopped working?</div>
  <div>&nbsp;</div>
  <div>I have PFCMARK=80</div>
  <div>&nbsp;</div>
  <div>the output looks like this:</div>
  <div>&nbsp;</div>
  <div>If: fa=""</div>
  <div>Then: input fa(4,#,g) "From Client Number "</div>
  <div>&nbsp;</div>
  <div>If: fb=""</div>
  <div>Then: input fb(4,#,g) "From "&lt;fa&lt;"to number "</div>
  <div>&nbsp;</div>
  <div>If: ff=""</div>
  <div>Then: input ff "Enter 1st date"</div>
  <div>&nbsp;</div>
  <div>If: ll=""</div>
  <div>Then: input ll "From"&lt;ff&lt;"to what ending date"</div>
  <div>&nbsp;</div>
  <div>If: 18 lt ff</div>
  <div>Then: lookup - &nbsp;k=ff&nbsp;&nbsp;&nbsp; i=h -ng</div>
  <div>&nbsp;</div>
  <div>If: 18 gt ll</div>
  <div>Then: dl(8,mdy/)="12/31/79"</div>
  <div>&nbsp;</div>
  <div>If: 18 gt ll</div>
  <div>Then: lookup - k=dl i=h -nl</div>
  <div>&nbsp;</div>
  <div>If: 18 lt ff</div>
  <div>Then: end</div>
  <div>&nbsp;</div>
  <div>If: 18 gt ll</div>
  <div>Then: end</div>
  <div>&nbsp;</div>
  <div>If: 1 ge fa and 1 le fb</div>
  <div>Then: select</div>
  <div>&nbsp;</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>&nbsp;</div>
  <div>Any insight why that might be?</div>
  <div>&nbsp;</div>
  <div>thanks</div>
  <div>&nbsp;</div>
  <div>Scott</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>&nbsp;</div>
  <div>If: 18 lt ll</div>
  <div>&nbsp;</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>