Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AConsultant
  • Order by date
  1. AConsultant

    no escape

    SET ESCAPE ON<br><br>Here is a test program for you:<br><br>on escape dummy = getdir()<br>SET ESCAPE ON<br>display status<br>display memory<br>
  2. AConsultant

    scan loop

    You might want to change your scan loop to use a filter instead:<br>myFilter = &quot;&quot;<br>IF .NOT. EMPTY(m.framenum)<br>&nbsp;&nbsp;myFilter = myFilter + &quot;upper(alltrim(framenum)) = upper(alltrim(m.framenum))&quot; + &quot; .AND. &quot;<br>ENDIF<br><br>IF .NOT...

Part and Inventory Search

Back
Top