home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / template.exe / AD_RNDX.COD < prev    next >
Encoding:
Text File  |  1992-03-10  |  256 b   |  15 lines

  1. //
  2. // Module Name: AD_RNDX.COD - Menu_Act = 14
  3. // Description: to issue the dBASE REINDEX command
  4. // Syntax     : REINDEX
  5. //
  6. lc_say='Reindexing Database...'
  7. DO info_box WITH lc_say
  8. SET TALK ON
  9. //
  10. REINDEX
  11. //
  12. SET TALK OFF
  13. //
  14. // EOP AD_RNDX.COD
  15.