home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a009 / 5.ddi / INCLUDE.LIF / SET.CH < prev    next >
Encoding:
Text File  |  1991-04-14  |  1.2 KB  |  60 lines

  1. /***
  2. *    set.ch
  3. *    Clipper SET() definitions
  4. *    Copyright (c) 1990 Nantucket Corp.  All Rights Reserved.
  5. *
  6. *    xOldSetting := Set( nSpecifier [, xNewSetting] )
  7. */
  8.  
  9. #ifndef _SET_DEFINED
  10.  
  11. #define _SET_EXACT            1
  12. #define _SET_FIXED            2
  13. #define _SET_DECIMALS        3
  14. #define _SET_DATEFORMAT        4
  15. #define _SET_EPOCH            5
  16. #define _SET_PATH            6
  17. #define _SET_DEFAULT        7
  18.  
  19. #define _SET_EXCLUSIVE        8
  20. #define _SET_SOFTSEEK        9
  21. #define _SET_UNIQUE            10
  22. #define _SET_DELETED        11
  23.  
  24. #define _SET_CANCEL            12
  25. #define _SET_DEBUG            13
  26. #define _SET_TYPEAHEAD        14
  27.  
  28. #define _SET_COLOR            15
  29. #define _SET_CURSOR            16
  30. #define _SET_CONSOLE        17
  31. #define _SET_ALTERNATE        18
  32. #define _SET_ALTFILE        19
  33. #define _SET_DEVICE            20
  34. #define _SET_EXTRA            21
  35. #define _SET_EXTRAFILE        22
  36. #define _SET_PRINTER        23
  37. #define _SET_PRINTFILE        24
  38. #define _SET_MARGIN            25
  39.  
  40. #define _SET_BELL            26
  41. #define _SET_CONFIRM        27
  42. #define _SET_ESCAPE            28
  43. #define _SET_INSERT            29
  44. #define _SET_EXIT            30
  45. #define _SET_INTENSITY        31
  46. #define _SET_SCOREBOARD        32
  47. #define _SET_DELIMITERS        33
  48. #define _SET_DELIMCHARS        34
  49.  
  50. #define _SET_WRAP            35
  51. #define _SET_MESSAGE        36
  52. #define _SET_MCENTER        37
  53. #define _SET_SCROLLBREAK    38
  54.  
  55. #define _SET_COUNT            38
  56.  
  57. #define _SET_DEFINED
  58. #endif
  59.  
  60.