home *** CD-ROM | disk | FTP | other *** search
/ DOS Wares / doswares.zip / doswares / DATABASE / DBASE5 / CUA_SAMP.ZIP / BACK_RES.PRG < prev    next >
Encoding:
Text File  |  1994-06-24  |  608 b   |  21 lines

  1. ******************************************************************************
  2. *  PROGRAM NAME: BACK_RES.PRG
  3. *                BACKUP & RESTORE PROGRAM
  4. *                SAMPLE BUSINESS APPLICATION PROGRAM
  5. *  LAST CHANGED: 4/12/94
  6. *  WRITTEN BY:   Borland International Inc.
  7. ******************************************************************************
  8. SET PATH TO C:\DBASE\SAMPLES
  9.  
  10. #include "Back_Res.dfm"
  11.  
  12. lVoid = Back.Open()
  13.  
  14.  
  15. PROCEDURE UpdtFile
  16.         DO ErrorMsg WITH "Feature not ready yet..."
  17.  
  18. RETURN
  19.  
  20. *** END BACK_RES.PRG *********************************************************
  21.