home *** CD-ROM | disk | FTP | other *** search
/ DOS Wares / doswares.zip / doswares / DATABASE / DBASE5 / TEMPLATE.ZIP / AD_RNDX.COD < prev    next >
Encoding:
Text File  |  1994-06-24  |  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.