home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / EASYLET.ZIP / BALANCE.TSK < prev    next >
Text File  |  1993-09-20  |  292b  |  10 lines

  1. [.LM 5.][.RM 70.]
  2. [.!dbuse("datafile.dbf").] [.// use this database .]
  3. [.DBSCAN field->balan_due > 0.][.// check for any record that has
  4.                                     a balance due.
  5.                                .]
  6. [.process balance.let .]
  7. [.ENDSCAN.]
  8. [.!dbclose().]
  9. [.EXIT.]
  10.