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

  1. * ------------------------------------------------------------------------*
  2. *                                                                         *
  3. *   EDITSRCH.DBH                                                          *
  4. *                                                                         *
  5. *   Copyright (c) Borland International 1994                              *
  6. *   All Rights Reserved.                                                  *
  7. *                                                                         *
  8. * ------------------------------------------------------------------------*
  9.  
  10. #ifndef __EDITSRCH_DBH
  11. #define __EDITSRCH_DBH
  12.  
  13. #define efCaseSensitive      1
  14. #define efWholeWordsOnly     2
  15. #define efPromptOnReplace    4
  16. #define efReplaceAll         8
  17. #define efDoReplace         16
  18. #define efBackupFiles      256
  19. #define efNoNotFound       512
  20.  
  21. #endif    
  22.  
  23.  
  24.