home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / APPS / DATABASE / FE50_B.ZIP / FILE.003 / CHANGES.DOC next >
Encoding:
Text File  |  1991-09-17  |  7.4 KB  |  205 lines

  1. Changes have been made to File Express since the User's Guide was
  2. printed.  Some features have been implemented slightly different and
  3. some new features have been added:
  4.  
  5.  
  6. Adding Records
  7.  
  8.   When you are adding new records, you can call up the previous record
  9.   added or edited by pressing <Alt-L>.  The record displays on the
  10.   screen and "Edit Last Record" flashes at the top of the screen.  When
  11.   the record is exited by either saving with <F10> or pressing <Esc>, you
  12.   are returned to Add Mode.
  13.  
  14.   When you are adding or editing a record, you can have the record
  15.   recalculated at any time by pressing <Alt-C>.  This will recalculate
  16.   all formula fields and temporary calc fields in the record.
  17.  
  18.  
  19. Formulas
  20.  
  21.   The ABS (Absolute value) and VAL (Value of a string) functions do not
  22.   ignore spaces in a number.  For example, if the argument to either
  23.   function is  "1 23", only the "1" will be seen.
  24.   
  25.   Three new database name functions have been added: 
  26.         DBDRIVE    returns the current data drive      C:
  27.         DBPATH     returns the current data path       \FE5\DATA\
  28.         DBNAME     returns the current database name   PAYROLL
  29.  
  30.   The formula:   DBDRIVE + DBPATH + DBNAME
  31.  
  32.   returns:       C:\FE5\DATA\PAYROLL
  33.  
  34.   One new math function has been added:
  35.         LOGT(x)    returns the base 10 logarithm of the specified
  36.                    number x.
  37.  
  38.   One new money function has been added:
  39.         SPELLOUT(number)  returns the spelled out monetary amount
  40.                           contained in 'number'.  For example:
  41.                           SPELLOUT(637.29) returns:
  42.  
  43.                            Six Hundred Thirty Seven & 29/100
  44.  
  45.                           The 'number' can also be a numeric field
  46.                           or numeric formula.
  47.  
  48.   The LOOKUP and UPDATE functions will now accept a field number
  49.   containing the name of the database to use.  The previous requirement
  50.   was that the database name (the first parameter) has to be a string
  51.   representing the actual name of the database.
  52.   Example:   Used to be:  LOOKUP(taxtable, F1, <=gross, F2)
  53.              Can now be:  LOOKUP(F7, F1, <=gross, F2)
  54.   where F7 contains the name of the database to use.
  55.  
  56.   The UPDATE function returns the field value placed in the specified
  57.   database.  For example, the formula:  UPDATE(list,F1,F3,F2,"Sold")
  58.   looks in the LIST database at field 1 searching for a match with
  59.   field 3 in the current database.  When a match is found, field 2 in
  60.   the record in the LIST database is filled with "Sold".  "Sold" is
  61.   also now returned to the current database in the field containing the
  62.   UPDATE function.
  63.  
  64.  
  65.   The AGE function now works from 0000 through 9999 instead of 1900
  66.   through 2999.
  67.  
  68.  
  69. Import
  70.  
  71.   When you import records into an existing database, File Express now
  72.   asks you at the beginning of the process if you want to TAG each of
  73.   the newly imported records.  TAGging the new records makes it easier
  74.   to find them after the import process is through and they have been
  75.   inserted into the database in the Primary sorted order.
  76.  
  77.  
  78. Letter Writer
  79.  
  80.   You can now have File Express remove unwanted blank lines by
  81. starting a line with a period.  At print time the period is removed
  82. and if the remainder of the line is blank, the printing of the line
  83. is skipped.  For example:
  84.  
  85. .[First Name] [Last Name]
  86. .[Company]
  87. Address
  88. [City] [State] [Zip Code]
  89.  
  90.  
  91. Memory
  92.  
  93.   File Express saves 100K of memory for work space and uses the rest for
  94.   swapping in and out program overlays.  You can increase the work space
  95.   and decrease the swapping memory by setting an environment variable.
  96.   This may cause the program to run a little slower because of the increased
  97.   code swapping, but lets you build larger reports.  
  98.   
  99.   To increase the usable work space to 150K, type the following from the 
  100.   DOS prompt or include in your AUTOEXEC.BAT file:  
  101.  
  102.                          SET RTVMCONV=30,150
  103.  
  104.   You can play with the 150 figure to further increase or decrease the
  105.   work space.  The command:    SET RTVMCONV=30,300     for example, will
  106.   give you the maximum available work space memory and the minimum swap
  107.   space memory.  This will allow the largest reports but File Express
  108.   will run slower.
  109.   
  110.  
  111.  
  112. Open A Database
  113.  
  114.   When using the <Alt-C> copy command on the Open a Database screen to
  115.   copy the format of a different database, File Express automatically
  116.   copies all the index, report, and label formats from that database.
  117.   The User's Guide indicates that you will have the option to copy
  118.   parts of the other database, but this has not been implemented.
  119.  
  120.  
  121. QuickScan
  122.  
  123.   You can now select up to 20 fields to display, instead of 8.
  124.  
  125.  
  126. Report Writer formula
  127.  
  128.   The LINE function is only available on reports and is only reliable
  129.   on reports that have only one Detail line or reports that will ALWAYS
  130.   print every Detail line defined.  If printing a report results in one
  131.   or more blank lines and you are having File Express remove blank
  132.   lines during the printing process, the LINE function will not be
  133.   accurate.
  134.  
  135.  
  136. Sorting
  137.  
  138.   You can now tag the Deleted Record Index for rebuilding.
  139.  
  140.  
  141. Errors in the User's Guide:
  142.  
  143.   Back of Title Page indicates that a Response Form is included in the back
  144.   of the manual.  The form was left out by mistake.  However, there is a
  145.   User Response form contained on one of the Installation disks called
  146.   RESPONSE.FRM.  This form can be printed on your printer by typing:
  147.                    COPY RESPONSE.FRM PRN <Enter>
  148.  
  149.  
  150. Page 346:   The first line of the second paragraph of the COMMENTS section
  151.             should read: If the second time is earlier than the first time...
  152.  
  153.             The second example, INT(TIMEDIFF("09:00","17:00")) / 60
  154.             should be:          INT(TIMEDIFF("09:00","17:00") / 60)
  155.  
  156.  
  157.  
  158. Page 391:   The first seven date formats should be in the following
  159.             order:
  160.                           1     mm-dd-yy
  161.                           2     mm-dd-yyyy
  162.                           3     dd-mm-yy
  163.                           4     dd-mm-yyyy
  164.                           5     yymmdd
  165.                           6     yyyymmdd
  166.                           7     yy-mm-dd
  167.  
  168.             Formats 8 through 21 are correct.  Each following group
  169.             of 21 formats should have the first seven rearranged as
  170.             shown above.
  171.  
  172.  
  173.  
  174.  
  175.  
  176. Reported Software Conflicts:
  177.  
  178.   If you are using Quarterdeck's QEMM386 product, you must use the
  179.   NV (NOVIDEOFILL) parameter when loading it when you have a monochrome
  180.   or CGA monitor.  If you don't, File Express hangs when you start it.
  181.  
  182.   File Express does not work with the Diamond Star Ansi driver
  183.   (EANSI.SYS) installed.
  184.  
  185.   File Express automatically uses Extended and Expanded memory for
  186.   storing program overlays if memory managers can be detected for
  187.   these types of memory.  If you receive any error messages referring
  188.   to either Expanded or Extended memory, you can turn off this feature
  189.   by including one or both of the following lines in your AUTOEXEC.BAT
  190.   file:
  191.                              SET RTVMEXP=0
  192.                              SET RTVMEXT=0
  193.  
  194.   If you get a DOS error indicating you are out of environment space,
  195.   you can increase it by adding the following line to your CONFIG.SYS
  196.   file:
  197.               shell =c:\command.com /p /e:600
  198.  
  199.  
  200.  
  201.   File Express does not seem to work with the "Above Disk" memory
  202.   manager.
  203.  
  204.  
  205.