home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / DB_MAN53.LZH / DB_MAN_5.3 / CONFIG.DBM < prev    next >
Text File  |  1992-05-19  |  2KB  |  56 lines

  1. ** Note remove the * from a command to enable it.  * means comment out
  2. ** Maximum number of files dBMAN can open
  3. FILES=30
  4.  
  5. ** Number of 1k block cache buffer. Increase to speed operations!!
  6. BUFFERS=80
  7.  
  8. ** Number and size (in bytes) of global memory variables.
  9. GBLCNT=256
  10. GBLSIZE=8000
  11.  
  12. ** Number and size (in bytes) of X global memory variables.
  13. XGBLCNT=256
  14. GBLSIZE=8000
  15.  
  16. ** Number of bytes the picture buffer holds.
  17. PICTBFSZ=4000
  18.  
  19. ** Number of compiled programs contained in memory.
  20. PROGRAMS=2
  21.  
  22. ** Number of program buffers.
  23. PRGBFCNT=2
  24.  
  25. ** Size in bytes the program buffer is.
  26. PRGBFSIZE=12000
  27.  
  28. ** Enable/Disable Y memory variable file closing. 0=Disable 1=Enable.
  29. CLOSEYLOC=1
  30.  
  31. ** Word processor for MODIFY COMMAND, or memo fields.
  32. *WP=
  33.  
  34. ** Define a dBMAN to execute immediately after loading.
  35. **COMMAND= DO MAIN
  36.  
  37. ** Enable/Disable dBASE3+ mode. 1=dBASE on 0=dBASE3 off
  38. DBASE3= 1
  39.  
  40. ** Maximum row for the video display
  41. **ROWMX=25
  42. ** Maximum column for the video display.
  43. **COLMX=80
  44.  
  45. ** Default for set print to command.
  46. **PRINTER=LPT1
  47.  
  48. SYSFLAGS=16
  49. * Set SYSFLAGS to 16 to use the full color palette on a TT
  50.  
  51. ** European Sort Table
  52. ** This table tells dBMAN how to translate upper and lower case foreign 
  53. ** characters.  Syntax: <Character><Lower><Upper>,etc...
  54. _EUROKEYS=<196><228><196>,<197><229><197>,<202><234><202>,<203><235><203>,<206><238><206>,<207><239><207>,<212><244><212>,<214><246><214>,<218><250><218>,<220><252><220>,<228><228><196>,<229><229><197>,<234><234><202>,<235><235><203>,<238><238><206>,
  55. 239><239><207>,<244><244><212>,<245><245><213>,<250><250><218>,<251><251><219>
  56.