home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / CLIPR503.W96 / TBROWSE.C_ / TBROWSE.C
Text File  |  1995-06-26  |  660b  |  39 lines

  1. /***
  2. *
  3. *  tBrowse.ch
  4. *
  5. *  Standard definitions for TBROWSE()
  6. *
  7. *  Copyright (c) 1990-1993, Computer Associates International, Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12.  
  13. // tBrowse ApplyKey() method return codes
  14. #define TBR_EXIT        -1
  15. #define TBR_CONTINUE     0
  16. #define TBR_EXCEPTION    1
  17.  
  18.  
  19. // tBrowse Styles
  20.  
  21. #define TBR_APPEND       1
  22. #define TBR_APPENDING    2
  23. #define TBR_MODIFY       3
  24. #define TBR_MOVE         4
  25. #define TBR_SIZE         5
  26. #define TBR_CUSTOM       6
  27.  
  28.  
  29. // tBcolumn Styles
  30.  
  31. #define TBC_READWRITE    1
  32. #define TBC_MOVE         2
  33. #define TBC_SIZE         3
  34. #define TBC_CUSTOM       4
  35.  
  36. #define _TBROWSE_CH
  37.  
  38.  
  39.