Enhancements and corrections (Version 4.11.3.1) 2004-12-21 Just a re-compilation Enhancements and corrections (Version 4.11.3.0) 2004-12-18 Re-compiled the program with version 206b of ClassMate and CAVO-2.7b. Function CreateDbfFromMarked() was not working if file was not existing. ( Correction ) In browse view, the current record number entire row is now highlighted in light blue, and the current filed position stays in dark blue. ( New ) We were not able to install the software on Win95, due to RKF_GetAdapters() function of the RegKeyFile.dll. The "iphlpapi.dll" library is available only on OS Win98 and above. This function is now called at runtime and gives a Windows error if the OS is Win95. ( Correction ) Enhancements and corrections (Version 4.11.2.0) 2004-10-07 Re-compiled the program with compiler option W51422=0. In some conditions, the compiler is not catching the data type error ( ex: Long = Dword ). With this option there is an auto conversion. Enhancements and corrections (Version 4.11.1.0) 2004-09-29 During modification of a structure, if an error was occurring, the dialog was exiting and a window error was popped up. If no error, then it was OK. ( Correction ) Enhancements and corrections (Version 4.11.0.0) 2004-09-27 In CLIPPER mode, when the option "Full compatible CLIPPER" was checked and the computer decimal was a [.] separator, then we where not able to edit the fields. ( Correction ) The DBFMDX driver has a bug, when we edit a field with less characters then the field length, then the remaining space are replace by chr( 0 ). Made a work around until GrafxSoft correct the problem. This is the issue #13120. ( Correction ) Enhancements and corrections (Version 4.10.0.0) 2004-09-17 When the program needs to refresh the browser index header, it now keeps the original columns width. ( Correction ) The were a crash when installing the program on computer without a floppy or removable drive. ( Correction ) Enhancements and corrections (Version 4.0.0.0) 2004-08-31 Generation of array code from a DBF. Very useful when you want to fill a combo box at compile time. (New) Enable to set URL detection and launch it, on OLE Rich Editor. ( Not working on win98 ). (New) Enable insertion of bullets, on Ole Rich Editor. (New) If you import and install the DLLs of WinImage 6.1 SDK. You will be able to format floppies of 1.68 MB. (New) Last open files has been increased to 10. If the file is deleted than it does not appear anymore in the list. Also files are sorted from last opened file to the oldest opened file. (New) There is a drop down toolbar menu to quickly set a filter on deleted and none deleted records. (New) On global option dialog, you can set view of all opened DBF windows in multi tabs windows style. (New) Now, when printing, you can include deleted records. (New) When opening a dbf with the DBFNTX driver, if there is a .ntx index with the same name, than the index is opened automatically. (New) Filter expression is displayed in status bar for each database. (New) You can now save an entire project. It will keep all your all your DBF, indices, relations, filters, marked records and re-open them exactly as they were saved. I also takes the last focus windows when saving the project. (New) You can toggle from Full Tabs Windows to Normal Windows with F3 key. (New) Deleted and marked rows in the browse views can be highlighted to the color of your choice from the option dialog.. (New) Made the Go to, Seek, Find and Fast Search windows modeless, therefore they can be left opened *and* you can edit the database. They always stay on top. (New) Improved display when resizing in browse view, doesn't hide and show anymore. However still hide and show in form view. It's faster when you have multiple windows opened. (Correction) There is now a limit to 10,000 marked records. This is to improve performance on very large DBF. (Correction) When changing attribute of multiple files, the original directory was lost. (Correction) When printing .PDF ( Acrobat reader ), there was an infinite loop when the printer was on an USB port. (Correction) On Field Selection Dialog, if there was no selected fields and pressed OK, there was an infinite loop. (Correction) We were no able to save Menu-Edit-New-Rich Edit into a memo field. (Correction) On Open DBF dialog, only *.dbf and *.* files were available. (Correction) For foreign languages using the (",") comma as decimal separator, there were a bug creating OEM indices. There is now a new "Full Compatible CLIPPER box" in the option dialog window. (Correction and New ) Enhancements and corrections (Version 3.18.3.0) 2004-02-11 DBTotal function, only the "Next" Check Box was working (Correction). Enhancements and corrections (Version 3.18.2.1) 2004-02-01 Update from Main Menu, now point out to the download web site. New RegKeyFile.dll file version 1.7.0.0 Few very minor bugs corrected. Enhancements and corrections (Version 3.18.2.0) 2004-01-07 Crash on Win98 when opening the program already opened (Corrected) DBF Open, Open Index and File Attributes dialogs remember the last view (list or details). Browser and list view columns display corrected for different font sizes. Open DBF dialog filter can be modify by editing the "OPNDBF-Filter.ini" file in working directory. (Created by the program on first used) In DBF Open and Index Open Dialogs, if default permanent path NOT used, remember the last path. Installer now set desktop and quick launch icons as options. Since last version, there was a bug in Change Date Time function. A variable was not re-initialize to NULL after each loop. (Corrected) Count function has been putted back for non numeric database. (Correction)