home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / foxupdat / chgl_b.txt next >
Text File  |  1993-10-28  |  6KB  |  119 lines

  1. Summary of Changes
  2. ------------------
  3.  
  4. SUMMARY: International date formats produced an "Invalid date" message when 
  5.          used in a "Between" expression in RQBE.
  6.  
  7. SUMMARY: Accented characters used in field names in the MODIFY STRUCTURE 
  8.          dialog appear incorrectly when modified on another platform when 
  9.          codepage=AUTO.
  10.  
  11. SUMMARY: The 16-bit FoxPro for MS-DOS product sometimes generated erroneous 
  12.          commands when opening a .TXT file when the "Other Code Page" check 
  13.          box was checked in the Open File dialog.
  14.  
  15. SUMMARY: The FoxPro for Windows Setup Wizard included with the Distribution 
  16.          Kit generated unnecessary zeros in the Compress command line with 
  17.          certain settings of SET POINT.
  18.  
  19. SUMMARY: When a table was tagged with a code page other than the current 
  20.          working code page, data in a memo field could be lost if the memo 
  21.          file was reorganized.
  22.  
  23. SUMMARY: In the 16-bit FoxPro for MS-DOS product, issuing the commands APPEND 
  24.          MEMO, COPY MEMO, and REPLACE memo1 WITH memo2 (this includes general 
  25.          and picture fields) could result in the new data not being written.
  26.  
  27. SUMMARY: If you attempted to close FoxPro for Windows through the Task List, 
  28.          the ON SHUTDOWN command didn't execute, and control didn't return to 
  29.          FoxPro for Windows.  Instead, FoxPro for Windows "flashed" for a 
  30.          split second and then FoxPro for Windows disappeared from Task List.  
  31.          When you attempted to exit Windows, the Windows message box (called 
  32.          by the ON SHUTDOWN command) appeared and Windows would hang.
  33.  
  34. SUMMARY: When a READ was active and you exited FoxPro for Windows with End 
  35.          Task, FoxPro didn't release all resources/memory.  Any ON SHUTDOWN 
  36.          command was ignored, and the system would sometimes hang.
  37.  
  38. SUMMARY: MODIFY MEMO didn't respect the code page of the underlying table/DBF.
  39.  
  40. SUMMARY: When REFRESH was set to >0, if you had an open BROWSE window 
  41.          containing fields from two tables (related one-to-many) and the 
  42.          record pointer was positioned on a child record, upon refreshing, 
  43.          FoxPro moved the record pointer to the first child record in the 
  44.          parent table.
  45.  
  46. SUMMARY: A WAIT WINDOW command with embedded newlines displayed the lines in 
  47.          the window incorrectly when you pressed and released the Ctrl or 
  48.          Shift key.  The second line disappeared and the WAIT WINDOW would 
  49.          resize itself to display only the word on the first line.
  50.  
  51. SUMMARY: The WAIT WINDOW command brought FoxPro to the front over all other 
  52.          applications.
  53.  
  54. SUMMARY: With a Browse window open, when you used Help then issued the SET 
  55.          HELP TO command, FoxPro closed the BROWSE window.
  56.  
  57. SUMMARY: In FoxPro for Windows, when report variables were initialized in a 
  58.          UDF (and were self-referential, i.e. memvar=memvar+1) FPW returned 
  59.          improper results.
  60.  
  61. SUMMARY: Indexing on a numeric expression composed of a very long calculation 
  62.          formula sometimes caused a "general protection fault" in FoxPro 2.5a 
  63.          for Windows and sometimes caused FoxPro 2.5a for MS-DOS to hang.  
  64.          This was the index expression that caused the problem:
  65.  
  66. INDEX ON VAL(SUBSTR(NN1,1,20)) + ;
  67.          VAL(SUBSTR(NN2,1,20)) +    VAL(SUBSTR(NN3,1,20)) + ;
  68.          VAL(SUBSTR(NN4,1,20)) +    VAL(SUBSTR(NN5,1,20)) + ;
  69.          VAL(SUBSTR(NN6,1,20)) +    VAL(SUBSTR(NN7,1,20)) + ;
  70.          VAL(SUBSTR(NN8,1,20)) +    VAL(SUBSTR(NN9,1,20)) + ;
  71.          VAL(SUBSTR(NNA,1,20)) +   VAL(SUBSTR(NNB,1,20)) + ;
  72.          VAL(SUBSTR(NNC,1,20)) +   VAL(SUBSTR(NND,1,20)) + ;
  73.          VAL(SUBSTR(NNE,1,20)) +   VAL(SUBSTR(NNF,1,20)) + ;
  74.          VAL(SUBSTR(NNG,1,20)) +   VAL(SUBSTR(NNH,1,20)) + ;
  75.          VAL(SUBSTR(NNI,1,20)) +     VAL(SUBSTR(NNJ,1,20)) + ;
  76.          VAL(SUBSTR(NNK,1,20)) +   VAL(SUBSTR(NNL,1,20)) + ;
  77.          VAL(SUBSTR(NNM,1,20)) +   VAL(SUBSTR(NNN,1,20))   ;
  78.      TAG rptsort
  79.  
  80. SUMMARY: Under certain circumstances during a COPY FILE, FoxPro reported that 
  81.          the file did not exist.
  82.  
  83. SUMMARY: In some circumstances, FoxPro for Windows (or the Distribution Kit) 
  84.          displayed "Engineering Prototype" in the released version.
  85.  
  86. SUMMARY: In the Report Writer's Print Preview dialog, zooming the report 
  87.          then pressing the Spacebar generated an "internal consistency error."  
  88.          These two steps did not have to be the first two steps.  It would 
  89.          happen at any time.
  90.  
  91. SUMMARY: With CODEPAGE=Auto and a table/DBF built on a platform other than 
  92.          the current platform, data in memo fields could not be completely 
  93.          deleted through the Browse window.
  94.  
  95. SUMMARY: In FoxPro 2.5a for Windows, the EVAL( ) function didn't behave 
  96.          correctly when included in a group expression.
  97.  
  98. International Support
  99. ---------------------
  100. In response to the requests from our international customers we have
  101. added the following code pages along with supported sort orders to
  102. the FOXPRO.INT file.  In order to take full advantage of those code
  103. pages you must install FoxPro 2.5b.
  104.  
  105.  737 - Greek MS-DOS (437G)
  106.  620 - Mazovia (Polish) MS-DOS
  107.  861 - Icelandic MS-DOS
  108.  895 - Kamenicky (Czech) MS-DOS
  109. 1253 - Greek Windows
  110.  
  111. Also, there were adjustments made to the following code pages and
  112. respective sort orders:
  113.  
  114.  852 - Eastern European MS-DOS
  115.  866 - Russian MS-DOS
  116. 1250 - Eastern European Windows
  117. 1251 - Russian Windows
  118.  
  119.