home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DBASE / CHEX252.ZIP / CHEXINI.DOC < prev    next >
Text File  |  1992-04-03  |  2KB  |  77 lines

  1. : This file contains additional CheX options.  Lines prefixed by colons are
  2. : comments.  For the options in this file to take effect the file must be
  3. : named CHEX.INI.  As an option you can use the DOS copy command to make
  4. : this file your CHEX.INI file.  e.g. COPY CHEXINI.DOC CHEX.INI
  5.  
  6. : CheX looks for this file first in the directory that you are in when you
  7. : issued the CheX command and then in the directory entered on the command
  8. : line.  e.g.  CHEX C:\DATA\*.CHX  Commands should immediately follow the
  9. : equal sign.  i.e. Do put a space between the equal sign and the command.
  10.  
  11. : Use the define command for characters that are difficult to type when
  12. : entering the commands below.
  13. : e.g. Define |=012  (bar becomes a formfeed)
  14. :      Define \=027  (backslash becomes the escape character)
  15.  
  16. Define |=012
  17. Define \=027
  18.  
  19. : Commands sent before and after each check page is printed.  Use backslash
  20. : for the escape character.
  21. PrtCkPrefix=
  22. PrtCkEnd=
  23.  
  24. : Number of checks per page.  Default is one.
  25. PrtCkPerPage=
  26.  
  27. : This escape sequence overrides what is on the format check screen.  F8-F
  28. PrtCkMicro=
  29.  
  30. : LPT number for your report printer.  (1, 2, or 3)
  31. PrtRptLPT=
  32.  
  33. : Command sent to the report writer printer when CheX is first started.
  34. PrtRptInit=
  35.  
  36. : Commands sent to the report writer printer when a report is printed.
  37. PrtRptPrefix=
  38. PrtRptEnd=
  39.  
  40. : Command sent when you exit CheX and the report printer was used or when a
  41. : command was sent using PrtRptInit.
  42. PrtRptExit=
  43.  
  44. : Command sent after using Typewriter function.  (F6-T)
  45. PrtTypeEnd=
  46.  
  47. : Command sent at the end of Find and Print.  (F4-P)
  48. PrtFindEnd=
  49.  
  50. : Enter YES to prevent snow on CGA monitors.  Default is NO.
  51. PreventSnow=
  52.  
  53. : Enter NO to suppress the clearing of alpha fields by the first key stroke.
  54. : Default is YES.
  55. ClearEntry=
  56.  
  57. : Enter NAME to display directories in name order instead of decending date
  58. : order.
  59. DirOrder=
  60.  
  61. : Enter YES to change date to current date on autocopy.  (Alt-A)
  62. : Default is NO.
  63. AutoCopyDate=
  64.  
  65. END
  66.  
  67. : The following is what I use with a HP LaserJet IIIP printer.
  68. : Define |=012
  69. : Define \=027
  70. : Define @=010
  71. : PrtCkPrefix=\&l3O
  72. : PrtCkEnd=\E
  73. : PrtCkMicro=\&l48D@\&l6D
  74. : PrtTypeEnd=|
  75. : PrtFindEnd=|
  76. : END
  77.