home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxbas223.zip / HISTORY.DOC < prev    next >
Text File  |  1999-03-31  |  13KB  |  427 lines

  1. American Coders Ltd
  2. P O Box 97462
  3. Raleigh, NC   27624
  4. USA
  5. (919) 846-2014
  6. http://www.americancoders.com
  7.  
  8. Register Your Copy
  9.  
  10. Read All Documentation
  11.  
  12. - HISTORY -
  13.  
  14. Version 2.23 - Mar. 31, 1998
  15.  
  16. - Date validation routine would not allow 2000/02/29 date.
  17.  
  18. Version 2.22 - Jul. 31, 1998
  19.  
  20. - Corrected crash in CreateIndex function.
  21. - Improved indexing logic 
  22. - Verified Y2K situation
  23.  
  24. Version 2.21 - Apr. 30, 1997
  25.  
  26. - CreateIndex and AddTagToMDX ignored the RexxBase.Unique value.
  27. - Memo Field wiped out during update if the field is preceded by a date field 
  28.  
  29. Version 2.20 - Sept. 30, 1996
  30.  
  31. - Added new Control variable RexxBase.IncludeCentury.  If it is set to YES then
  32.   all date logic and routines require century to be used in date fields.
  33.  
  34. - Corrected date calculation logic.
  35.  
  36. - ScanForRecord (rv) failed to set file positioning parameters when BOF was reached.
  37.  
  38. - SummarizeDBF correction.
  39.  
  40. - GotoRecord Function failed with MDX files.
  41.  
  42. - Added ADDON.EXT file for VisPro REXX users.
  43.  
  44. Version 2.11 - May 1, 1996
  45.  
  46. - Unique logic corrected,  duplicate keys were added to indexes even with unique switch set to true.
  47.  
  48. - Simplified and improved export/import functions.
  49.  
  50. - Current key not set correctly. Broke update logic.
  51.  
  52. - Improved indexing logic for tags.
  53.  
  54. - Packing logic improved.
  55.  
  56. Version 2.10 - March 21, 1996
  57.  
  58. - Added new function to registered DLL(rv).  RexxBase_WriteDBFWithLock. This will allow serialization
  59. of database writes and prevent errors when multiple hits occur to the same database file and associated
  60. index and text files.
  61.  
  62. - Added database variable "databasename".dbasefileformat.    This returns dBase3 or dBase4, based on
  63. the dbf's format.  Note: without MDX files or MEMO fields a DBF file format defaults to dBase3.
  64.  
  65. - Added internal record locking to registered version (rv) through the use of semaphores.
  66.  
  67. - DLL program would allow for only 3 MDX tags.
  68.  
  69. - EXE program could not create indexes with numeric fields. 
  70.  
  71. -Recompiled INSTALL.EXE and REXXBASE.EXE with newest version of VisPro/REXX. (3.01).
  72.  
  73. - Modify function was using the current file's dBaseFileFormat field instead of the global field.  Thereby,
  74. preventing conversions of files from one format to another.
  75.  
  76. -Added Drag and Drop to EXE main window.  If you have a DBF with an OS/2 setting type of "DBF",
  77. then you can drag onto the EXE, while it's running, and have it added to the list.
  78.  
  79. - Documentation failed to fully describe the RexxBase.ERROR control variable.
  80.  
  81. -Corrected documentation with regards to specifying a TAG name when opening a file.
  82.  
  83. -Writes followed immediately by an Update would not create valid indexes and caused SYS3175 errors.
  84.  
  85. -Corrected EXE errors when catalog file contained a DBF that doesn't exist.
  86.  
  87. -Corrected problem when adding an MDX tag in the EXE.  The tag name would not show up.
  88.  
  89. -PackDBF function didn't update the header correctly.
  90.  
  91. Version 2.06 - January 22, 1996
  92.  
  93. - Install program was marked as not executable.
  94. - No changes to DLL.
  95.  
  96. Version 2.05 - January 2, 1996
  97.  
  98. - Install program now looks for config.sys in BOOTed drive
  99. - If unable to allocate memory in OPEN function was causing a 3175 error.
  100. - Enhanced record scope.
  101. - Added logic to allow binary data to be stored in CHAR and MEMO fields.
  102.          RexxBase.UseStringLengths = "YES|NO"
  103. - Corrected ModifyDBF function causing a 3175 error and dropping memo data.
  104. - Added code to registered version to prevent copyright notice from being displayed.
  105. - Improved Export/Import function handling of signed numeric data.
  106.  
  107. Version 2.04 Sept. 30, 1995
  108.  
  109. - ReadPrevDBF and others failed when GOTORecord(bottom) was used.
  110.  
  111. - UpdateDBF failed for both NDX and MDX indexes.
  112.  
  113. - Packing dBase IV style DBT files used incorrect blocking factor. This could
  114. and most likely did create exception conditions.
  115.  
  116. - Packing dBase IV MDX files got larger in size.
  117.  
  118. - Reset Index Logic failed to verify if any TAGs were in use.
  119.  
  120.  
  121. Version 2.03  Aug. 1, 1995
  122.  
  123. The switch AllowDuplicateIndexes was defaulting to NO,  The default value is now YES.
  124.  
  125. The switch AllowDuplicateIndexes now works in conjunction with the index file
  126. indicator Duplicates Allowed.
  127.  
  128. MDX indexing algorithm improved and corrected.
  129.  
  130. NDX file links updated incorrectly for large files.
  131.  
  132. SummarizeDBF function corrupted field that was before a numeric field.
  133.  
  134. Included VX-Rexx macro package.
  135.  
  136. INSTALL program was not HPFS aware.
  137.  
  138. Version 2.02  June 15, 1995
  139.  
  140. Corrected documentation error. RexxBase.SkipDeleted switches use YES
  141. or NO.
  142.  
  143. Corrected DLL to reflect documentation: RexxBase.dBaseFileType should
  144. be RexxBase.dBaseFileFormat.  Use RexxBase.dBaseFileFormat.
  145.  
  146. Corrected DLL to reflect documentation: RexxBase.dBaseFileType default
  147. value is "dbase3".
  148.  
  149. Improved GotoRecord function.  Specifically TOP parameter and indexes
  150. now in synch.
  151.  
  152. CREATE and PACKING functions failed for dBase IV memo fields.
  153.  
  154. Corrected documentation error.  References to RexxBase.AllowDuplicateIndex
  155. corrected to RexxBase.AllowDuplicateIndexes.
  156.  
  157. Corrected Reindex problem. Not building control blocks correctly. Function
  158. required closing DBF before using again.
  159.  
  160. Patched Reindex function memory leak.
  161.  
  162. CreateDBFFrom function required closing source DBF before using again.
  163.  
  164. Restored CloseAllDBF to unregistered version.
  165.  
  166. Filter routines recalculated dates twice to produce incorrect results(rv).
  167.  
  168. REXXBASE.EXE concatenated INDEX filenames incorrectly.
  169.  
  170. Version 2.01  May 16, 1995
  171.  
  172. Shareware zip file missing component file for Install process.
  173.  
  174. Version 2.00  May 15, 1995
  175.  
  176. - Added logic to create a DBT file for SummarizeDBF function. (rv).
  177.  
  178. - Corrected logic in ModifyDBF function.
  179.  
  180. - Modified (extensively) REXXBASE.EXE.
  181.  
  182.  
  183.  
  184. Version 2.00 BETA Apr. 15, 1995
  185.  
  186. Added dBase IV functionality.
  187.  
  188. Update DOCS
  189.  
  190. Added several new functions that work with MDX files.
  191.  
  192. Removed CloseAllDBF from unregistered version.
  193.  
  194. Added several new control words.
  195.  
  196. Added several new access words.
  197.  
  198. Version 1.36  Feb. 6, 1995
  199.  
  200. Corrected memory leak.
  201.  
  202. Corrected problem with GOTORECORD TOP|BOTTOM
  203.  
  204. Corrected Create/ModifyDBF functions and numeric field definition problems.
  205.  
  206. RexxBase_FindRecord was not resetting filestatus
  207.  
  208. Fixed problem with updates when a logic field precedes a memo field
  209.  
  210. Minor documentation updates.
  211.  
  212. Released BETA of Front-End GUI program.
  213.  
  214. Version 1.35  Jan. 12, 1995
  215.  
  216. Corrected SYS3175 access violation with CloseDBF function
  217.  
  218. Version 1.34  Sept. 4, 1994
  219.  
  220. Corrected reindex problem.  Program would not reindex the first index in
  221. the opendbf list.
  222.  
  223. Version 1.33  July 20, 1994
  224.  
  225. Corrected problem with indexes.  If you created or recreated indexes and then
  226. immediately added or updated fields associated with the indexes the index
  227. file was corrupted.
  228.  
  229. Version 1.32 July 12, 1994 (Bug fix)
  230.  
  231. - Character Fields were stored right justified
  232.  
  233. Version 1.31 June 23, 1994 (Bug fix)
  234.  
  235. - Memo Fields were not updated in DBT file correctly.
  236.  
  237. - Write, Update, and Pack routines would only process first memo field
  238. of a record.
  239.  
  240. - Improved Pack function.
  241.  
  242. - Recompiled with C Set++ Version 2.1 compiler.
  243.  
  244. Version 1.30 May 27, 1994
  245.  
  246. - Simplified MEMO field access.  MEMO fields are returned as simple
  247.   REXX variable names.  Previous versions had MEMO fields stored as
  248.   complex (STEM) variables, like arrays.
  249.  
  250. - Added a new function Rexxbase_SummarizeDBF to registered version.
  251.  
  252. - Added a new function Rexxbase_ChangePrimaryIndex to registered version.
  253.  
  254. - Added a new function Rexxbase_Soundex to registered version.
  255.  
  256.  
  257. Fixes in Version 1.30
  258.  
  259. - Added logic to update index pointers when RexxBase_GotoRecord function
  260.   used TOP or BOTTOM options.
  261.  
  262. - RexxBase_FindRecord is used against a database with no records created
  263.   a system error SYS3175.
  264.  
  265. - RexxBase_SortDBF added an extra byte to header.  Data fields off by 1.
  266.  
  267. - For indexes with numeric fields, Rexxbase_WriteDBF was not passing correct
  268.   index value.
  269.  
  270. - RexxBase_CreateDBF used in correct data buffer offset.  If used in
  271.   conjunction with WriteDBF, data was written to dbf incorrectly.
  272.  
  273.  
  274. Version 1.23 Mar 15, 1994 (Bug fix)
  275.  
  276. - Forgot to define Rexxbase_ShutDown for LINKER in shareware.DEF file.
  277.   Caused function not found condition.
  278.  
  279. - Forgot to define Rexxbase_ShutDown
  280.                    Rexxbase_FilterDBF
  281.                    Rexxbase_ScanForRecord
  282.                    Rexxbase_JoinDBF for LINKER in registered .DEF file.
  283.   Caused function not found condition.
  284.  
  285. - When opened with an index, ReadPrev would get lost within the database
  286.   when a TOF condition is present.
  287.  
  288. - When opened with an index, if ReadDBF done first, function returned
  289.   second record in index.
  290.  
  291. - Sort routine checked Join connection too soon.  No sorts would work.
  292.  
  293. - Delete and Undelete functions were creating index records.
  294.  
  295. - When writing records to the database an invalid character was
  296.   used for the NON-DELETE indicator.  It was set to /x00 now sets to /x20.
  297.  
  298. - Corrected error in CreateDBF function. NUM FIELDS with DECIMAL POSITIONS
  299.   were rejected.
  300.  
  301. - Corrected error in field truncation. NUM fields with sizes > 9 and
  302.   no DECIMAL POSITIONS were limited to about 2 billion.  Any number greater
  303.   than that was truncated.  Still some rounding errors for fields with
  304.   sizes greater 17 and with decimal positions.  This may be a limitation of
  305.   REXX because the numbers store correctly in DBF.
  306.  
  307. Version 1.22 Mar 1, 1994 (Enhancements and fixes)
  308.  
  309. - Prevented Rexxbase_UpdateDBF from executing when the record pointer
  310. is at TOF or BOF.
  311.  
  312. - Corrected Rexxbase_CloseDBF function.  The database name passed was not
  313. being freed from the list.
  314.  
  315. - Added new function to shareware version:
  316.  
  317.   Rexxbase_ShutDown
  318.  
  319. - Added new functions to registered version:
  320.  
  321.     Rexxbase_FilterDBF
  322.     Rexxbase_ScanForRecord
  323.     Rexxbase_JoinDBF
  324.  
  325. - Added new control variable
  326.  
  327.   Rexxbase.UpdateHeaderCounter
  328.  
  329. - Added the option TOP to the Rexxbase_GotoRecord function.
  330.  
  331. - Added the option BOT or BOTTOM to Rexxbase_GotoRecord function.
  332.  
  333.  
  334. Version 1.21 Feb 14, 1994 (Bug fix)
  335.  
  336. - Updated ReadDBF function for first Index update pointer logic.
  337.  
  338. - Updated CreateIndex function to get field names in a quoted string.
  339.  
  340. - Indexing control variable too small, limited record counts to < 128.
  341.  
  342. - Problem when passing an empty string i.e. RexxBase_FindRecord('dbf','')
  343.  
  344. - REXXBASE.RECORDNUMBER was misspelled in DLL.
  345. - Rexxbase_ReadPrev would go back two records.
  346. - Rexxbase_GotoRecord abended when run right after Rexxbase_CreateIndex
  347.  
  348.  
  349. Version 1.20 Feb 2, 1994 GA Release
  350.  
  351. - EQUALS parameter to RexxBase.FindRecord
  352.        allows for exact key matching.
  353. - Corrected problem with NDX files not being sharable.
  354.  
  355. Version 1.18 Beta Jan 20, 1994
  356.  
  357. - Added new variable Rexxbase.Version, which contains the
  358. current version number of RexxBase.
  359. - Corrected problem with records created with Clipper.
  360. - Update of index records work only when record was read with
  361. Rexxbase_FindRecord.  Corrected so that index records are updated when
  362. used with any read function.
  363. - Rexxbase_PackDBF abended if file was opened WITHOUT indexes.
  364.  
  365. Version 1.17  Beta Jan. 10, 1993
  366.  
  367. - Added record locking functions.
  368. - Corrected bug that did not allow multiple database processing.
  369. - Corrected numeric key field length - was too small.
  370. - Added logic to prevent creating keys greater than 100 bytes.
  371. - Documentation updates.
  372.  
  373. Version 1.16  Beta Jan. 3, 1993
  374.  
  375. - Correct field alignment in DBF file. You will have to recreate
  376. your files due to this error.
  377. - Logical fields not stored correctly.
  378. - Logical fields not set correctly.
  379. - Removed zero padding from numeric fields.
  380.  
  381. Version 1.15  Beta Dec. 21, 1993
  382.  
  383. - Last update field not set correctly, mainly effected create
  384. functions.
  385. - Invalid date field should be set to spaces not zeroes.
  386. - Corrected errors in updating numeric fields
  387. - Corrected record alignment
  388.  
  389. Version 1.14  Beta Dec. 15, 1993
  390.  
  391. - Corrected errors in updating numeric fields
  392. - Corrected documentation
  393.  
  394. Version 1.13  Beta Dec 7, 1993 - NOT RELEASED
  395.  
  396. - Corrected errors in index functions - files not closed.
  397. - Corrected documentation
  398.  
  399. Version 1.12  Beta Dec. 1, 1993
  400.  
  401. - Corrected errors in CreateDBF and CreateFromDBF functions
  402. - Corrected documentation
  403.  
  404. Version 1.11  Beta Nov. 22, 1993
  405.  
  406. - CHANGED DATE FORMATTING TO BE COUNTRY CODE SPECIFIC
  407. - Corrected errors in CreateDBF and CreateFromDBF functions
  408. - Corrected documentation
  409.  
  410. Version 1.10  Beta Nov. 15, 1993
  411.  
  412. - Multi file access
  413. - Index access and other functions
  414. - Create functions
  415. - Modify structures
  416. - Improved Initialization Routine
  417. - Improved error reporting
  418. - Improved documentation
  419.  
  420. Version 1.02 Alpha Oct. 15, 1993
  421.  
  422. - Bug fix.
  423.  
  424. Version 1.01 Alpha Sep 1, 1993
  425.  
  426. - Initial release.
  427.