home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUSINESS / DBASE / VIEWGEN.ARC / VIEWCPQ.CFG < prev    next >
Text File  |  1985-11-05  |  5KB  |  124 lines

  1. * VIEWGEN.CFG
  2. * This is the ViewGen Configuration file.
  3. * It is pre-set for the Compaq computer.
  4. *
  5. * You can edit the following parameters to customize
  6. * your copy of ViewGen.
  7. *
  8. *    "Author" and "Copyright" are used in generated program headers.
  9. *    They can be character strings of up to 64 characters.
  10. Author = "Your Name"
  11. Copyright = "Your Company, All Rights Reserved"
  12. *
  13. *    "Product" and "Version" allow the switching of ViewGen
  14. *    to generate code for various products and versions.
  15. *    The products and versions currently supported are:
  16. *
  17. *    Product     Version   Notes
  18. *    ---------   -------   -----------------------
  19. *    dBASE III   1.1
  20. *    dBASE III   DR        (Developer's Release)
  21. *    dBASE III   PLUS      Version 2.0
  22. *    Clipper     Summer    Summer, 1985
  23. Product = "dBASE III"
  24. Version = "1.1"
  25. *
  26. *    "FieldFillChar" is used to pad Label names when they are
  27. *    first assigned field name values.  FieldFillChar can be any
  28. *    ASCII character.  The default is ASCII 32.
  29. FieldFillChar = " "
  30. *
  31. *    "BottomLineChar" is the bottom horizontal line generated
  32. *    by ViewGen.  It can be changed to any ASCII char.
  33. *    The default is the graphics horizontal line (Alt-196).
  34. *    You may want to try the hyphen character (ASCII 45).
  35. BottomLineChar = #196
  36. *
  37. *    "SelectAttribute" and "BoxAttribute" are the video attributes
  38. *    a field or box will display when it is SELECTed.  It can be in
  39. *    the range 1..255.  The following attributes are possible:
  40. *
  41. *      Attr    Color       Monochrome
  42. *      ----    ---------   ----------
  43. *       1  --  Blue        Underline
  44. *       2  --  Green       Normal
  45. *       3  --  Cyan        Normal
  46. *       4  --  Red         Normal
  47. *       5  --  Magenta     Normal
  48. *       6  --  Brown       Normal
  49. *       7  --  LightGray   Normal
  50. *
  51. *    For high intensity add 8 to the number selected.
  52. *    For blinking add 128 to the number selected.
  53. *
  54. *    A SelectAttribute of 9 and BoxAttribute of 112 is recommended for
  55. *    monochrome and color monitors.  A SelectAttribute and BoxAttribute
  56. *    of 15 is recommended for the Compaq.
  57. *
  58. SelectAttribute = 15
  59. BoxAttribute = 15
  60. *
  61. *   "RunTime" allows the ViewGen code to be generated with either
  62. *   compressed command files or not.  The default is OFF.
  63. RunTime = OFF
  64. *
  65. *    "Video" will set the recommended video defaults for
  66. *    MONOCHROME, COLOR, COMPOSITE, and DUAL video (such as the Compaq).
  67. *    The default is COLOR.
  68. Video = DUAL
  69. *
  70. *    The color attributes used in the SET COLOR TO commands
  71. *    for the code generator can be customized to different values.
  72. *    The following table summaries the color attribute information:
  73. *
  74. *    Parameter      Lines   Monochrome/Color   Dual Video
  75. *    -----------   ------   ----------------   ----------
  76. *    StatusColor        0   "B/,/W"            "B+/,/W"
  77. *    WindowColor    1..20   "R+/,/W"           "R+/,/W"
  78. *    PromptColor   21..23   "GR/,/W"           "GR+/,/W"
  79. *
  80. *    The default values are for Monochrome/Color.
  81. *
  82. StatusColor = "B+/,/W"
  83. WindowColor = "R+/,/W"
  84. PromptColor = "GR+/,/W"
  85. *
  86. *    "BoxString" is a string of eight ASCII characters used to create
  87. *    a box.  If less than eight characters are assigned to BoxString,
  88. *    ViewGen will duplicate the last character.  From left to right,
  89. *    the eight characters are used as follows:
  90. *
  91. *      Char    Description               Default
  92. *      ----    ----------------------    -------
  93. *       1  --  Upper left corner         Alt-218
  94. *       2  --  Upper horizontal line     Alt-196
  95. *       3  --  Upper right corner        Alt-191
  96. *       4  --  Left vertical             Alt-179
  97. *       5  --  Right vertical            Alt-179
  98. *       6  --  Bottom left corner        Alt-192
  99. *       7  --  Bottom horizontal line    Alt-196
  100. *       8  --  Bottom right corner       Alt-217
  101. *
  102. *    The string of characters can be entered in quotes or as a
  103. *    sequence of #999s.  Where 999 can be in the range 0..255.
  104. *
  105. * BoxString = "┌─┐││└─┘"
  106. BoxString = #218#196#191#179#179#192#196#217
  107. *
  108. *    "BoxWidth" and "BoxHeight" give the width and height for a box
  109. *    when it is first created.  BoxWidth is a number in the range 2..79,
  110. *    and BoxHeight is a number in the range 2..20.  The default values
  111. *    for BoxWidth and BoxHeight are 30 and 5.
  112. BoxWidth = 30
  113. BoxHeight = 5
  114. *
  115. *    "LockFieldPtrs" toggles the field pointers ON or OFF between
  116. *    Forms View and Table View.  The default is OFF.
  117. LockFieldPtrs = OFF
  118. *
  119. *    "ConfirmDel" toggles the CONFIRM messages when Del and Ctrl-U
  120. *    are pressed.  The default is ON.
  121. ConfirmDel = ON
  122. *
  123. * EOF: VIEWGEN.CFG
  124.