home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / BUTTON / PCFILE2.ARC / CHANGES < prev    next >
Encoding:
Text File  |  1988-02-01  |  3.4 KB  |  74 lines

  1.  
  2.  
  3.                ENHANCEMENTS IN VERSION 2.0 OF PC-FILE+
  4.  
  5.  
  6. FUNCTION
  7. * Summary graphics: h.bar, v.bar, line, scatter, pie graphs, averages,
  8.   weighted averages, least squares regression analysis
  9. * Window fields.  The field can be wider than actually shown on the screen.
  10. * Scan across search will now cover the entire Super Field.
  11. * The search command is now remembered while browsing and positioning in
  12.   the database.  The search can be resumed from the current position in
  13.   the database.
  14. * (Ctl)right-arrow will "skip to next word"
  15. * (Ctl)left-arrow  will "skip to previous word"
  16. * Sort field can be a calculation
  17.   (this also makes sorting dates easier - use a DATE calculation)
  18. * Deleted records will sort to the END of the database
  19. * New report option: "Pause after each page  y/n"
  20. * New report option: "Start printing at page number _"
  21. * Reports can now contain field data in headers, footers, and subtotals.
  22.   In Headers, field data will come from the next record to be processed.
  23.   In footers and subtotals, from the current record.
  24. * Bar Graph report output
  25. * Row report: can select record number as one of the columns
  26. * New PrintScreen key prints the screen, translating all characters
  27.   into printable characters
  28. * Passwords are now stored in an encrypted format. Old style (unencrypted)
  29.   passwords are also supported.
  30. * Passwords are not displayed while users are keying them
  31. * Two new passwords:  ADD password, and DEL password.  MOD password now
  32.   only covers MODIFY operations.
  33. * Ability to load a different profile at any time.  This permits changing to
  34.   a different snapshot definition, for example.
  35. * Command to load a different set of smart keys at any time
  36. * The mini editor allows (Esc) as data
  37.  
  38. ARITHMETIC
  39. * Date arithmetic
  40. * Random number arithmetic operator  (@RANDOM#)
  41. * Calculator "hot key" to calculate at any time. Field names can be
  42.   used in hot-key calculations.
  43.  
  44. SPEED
  45. * Detects and uses an 8087 or 80287 floating point processor if available
  46. * /FASTWRITE option, speeds up disk writing but bypasses the careful
  47.     data protection mechanism.
  48. * /IXBUFSIZE option, allows user to set size of index buffer (performance)
  49. * /FASTVIEW option, speeds up screen displays (possible "snow")
  50. * "Fast initialize". PCF only needs to check the FILES=20 parameter
  51.   the FIRST time you run it on your system. This eliminates the
  52.   "Initializing..." message and the time it takes.
  53. * The speed of the "sounds like" search has been greatly improved.
  54. * All operations sped up by using new Microsoft 5.0 "C" compiler.
  55.  
  56. CAPACITY
  57. * Maximum field size (non super field) increased to 200 (was 65).
  58. * Maximum record size increased to 3000 (was 1665).
  59. * Maximum number of smart keys increased to 22 (was 12).
  60. * More complex snapshot labels are supported. The maximum specification
  61.   size has been doubled to 510 bytes.
  62.  
  63. EASE OF USE
  64. * Report options are remembered, and used as defaults in future reports.
  65. * Expert mode option: uses smaller menu prompts where possible.
  66. * Duplicate records can be found and deleted instantly, while viewing them.
  67.  
  68. MISCELLANEOUS
  69. * Manual includes a sample "C" program (in addition to BASIC and Pascal)
  70. * /NOTRAP option, to eliminate error trapping. Should enable PCF+ to
  71.   work with any memory resident program. BUT, allows some DOS error
  72.   messages to appear on screen, and (Ctrl-Break) to exit program.
  73.  
  74.