Enhancements and corrections (Version 3.14) 2001/12/08 Skip with the slide bar the marked records on the GOTO dialog. (new) Filter the marked records on the Filter dialog. (New) Safe Copy of a database. To repair damaged memo or object fields. (New) On window XP, the auto-open DBF from the explorer was not working. (Correction) In share mode, we were not able to edit a field in the browse view, due to a wrong notification refresh. (Correction) Enhancements and corrections (Version 3.13d) 2001/11/01 In Set Relation methods, few corrections made to prevent some crashes. Also there was in infinite loop causing a stack error when setting relations in some conditions. (Correction) Enhancements and corrections (Version 3.13c) 2001/10/23 On Set Relation, the first dialog box, there was a crash on cancel button. (Correction) In [Replace... and others... ] dialog, there was an error div/0 if no match in the for expression. This was on the average button. (Correction) In the Find Dialog, the browser in some instances, was blank. (Correction) Enhancements and corrections (Version 3.13b) 2001/09/07 The memo content was not popped up into the OLE Editor when editing. Same for DBF Status. This was my error during cleanup. (Correction) Enhancements and corrections (Version 3.13a) 2001/08/29 The "OK" button of Create/Modify DBF dialog was not working properly, due to my error. I erased 1 line in the source code by mistake. Sorry for that. (Correction) Enhancements and corrections (Version 3.13) 2001/08/24 There was a crash when opening a file other than a DBF file from the DBF Open Dialog (Correction) New low price, only $39.95 (US) Source code is available for only $99.95 (US), see the E-Sales page. From VOPP DBF Utility, the "Browse Data" button open the DBF without error (Correction) Enhancements and corrections (Version 3.12g) 2001/07/11 When printing, there is count/total on each pages and also a cumulative count/total on each pages (New) In form view, there was a problem with the decimal separator on float fields. (correction) On expression dialog, buttons "^", "true" and "false" have been added. (New) You can generate VO source code of a structure of a DBF, in this case a "PRG" file. (New) The OLE Editor has a filter on "*.prg" files. (New) When you toggle a DBF Share/Exclusive, the area number is now showing properly. (Correction) When trying to deleting the English language DLL, there was a crash. (Correction) Enhancements and corrections (Version 3.12f) 2001/06/30 When using an empty string as expression on virtual calculated field, the program was crashing. (Correction) In option dialog, you can now choose your screen and printer fonts. (New) When printing a database, all fields are now printed on sub pages if necessary. Therefore no fields are left over on the printer pages. (New) Enhancements and corrections (Version 3.12e) 2001/05/29 From Field Selection dialog (double right click in Browse View) you can create calculated fields by clicking on button [+ - * /]. Those fields can be printed or export to HTML file. (New) On Browse View, the key board input for date field now work properly. (Correction) When changing field name, 1 character field name now work properly. (Correction) Enhancements and corrections (Version 3.12d) 2001/05/03 Logic fields can be toggled, if you double click or press the ENTER key. ( When your are in exclusive mode or the record is locked.) In the dialog for choosing a field on Sum-Average, the numeric fields have been changed to allow keyboard inputs. When adding a language DLL, the open file dialog filter has been changed to [ cm*.dll], to prevent the use of German.dll and French.dll. Those files are not language strings but errors strings from CAVO. The registration file has been dramatically changed and now have a name [ cmVodbx32.Key ]. When changing a fieldname, and in this case there is of reserved word, a Warning Dialog Box ask you if you want to keep it. For fast computers, added a wait of 1 milliseconds to prevent doubling records when we create a test DBF Enhancements and corrections (Version 3.12c) 2001/03/26 Made a complete different installation program for the CAVO IDE environment. It can be used as a toy and as DBF Viewer. See the Download page to get the package. User Define Functions are now more self explanatory in the expression dialog All EXE,DLL,RDD files have been pack with UPX program. This means that the size of the installation program has been reduce by 13% and the files extracted into the working directory have been reduced by 66%. This is a very good improvement when loading the program over a network. This does not apply if the program is installed into the CAVO IDE (see Download page to get the separate package for the CAVO IDE ) Enhancements and corrections (Version 3.12b) 2001/03/15 Ctrl-F7 is now used to toggle the DBF in SHARE/EXCLUSIVE mode. Sound beep has been added when an error or warning occurs into the program. (It is ICON_HAND value from the sound control panel.) Copy&Paste field data (Ctrl-C/V), has been replaced by Ctrl-F11/F12.) and you can do this operation from different databases. Copy&Paste record (F11/F12) has been extended to other database if the field names matches. Reserved words limitation has removed due to that was to restrictive. DBF Repair Manager has been improved, it scans for null data first and replace it by spaces. Also a limit loop of 1000 errors has been added to force repair before continuation. An error log file can be generated if you want. Auto file open from file explorer has been corrected for Windows 2000.(Correction) Updated CAVO files for version 2.5b-3 Enhancements and corrections (Version 3.12a) 2001/01/16 Added timer to auto-refresh (every 5 sec.) databases when in shared mode if file is not locked or we are not in editing mode. This is useful when an other program is updating the DBF. The repair manager was given a wrong duplicate field names when using as example XYZ1 and XYZ. (Correction) Improved ALLINSTR() function, it now reads all fields except object and arrays in memos. This is very useful when we want to search a particular data in the entire database. Added the work area number in windows captions. Ex: A=1 (area 1) , A=2 (area 2)...