18/04/2003 V2.01 Michael McVicker (MMM comments).
Will now run from any directory. Double clicking of file will open it.
Browse will now update while dragging scroll tab.
18/04/2003 V2.02 James Loughner.
Added ALT-I to insert record.
22/04/2003 V2.02 Jeremy Suiter.
Added support for SET CHARSET and SET COLLATION to .ini file instead of default (OEM)
and ASCII.
Added ability to stop same file being opened twice. Added date format to
.ini file.
Added RUSHMORE, SMARTFILTER and OPTIMIZE settings to .ini file. Added file
overwrite checking.
Added correct display of EOF instead of record number for empty
table
22/04/2003 V2.03 James Loughner.
Added support to compile using version prior to 1.82.
Added ability to compile so DbEditor acts like a function instead of standalone. See
notes on compiling.
23/04/2003 V2.04 Jeremy Suiter.
Added maths functions count, sum and average.
24/04/2003 V2.05 Jeremy Suiter.
Cell edit moves to next field in record on ENTER key being pressed.
ESC now closes popup windows.
Added menu for hotkey items
25/04/2003 V2.06 Jeremy Suiter.
Fixed bug with structure edit (field name length problem)
Fixed bug when creating compound indexes for new file
Added readonly as option when opening a table
Added export option 'Export All'. Does a DbGoTop() before exporting. Default set via
EXPORT_ALL in .ini file, set TRUE/FALSE.
27/04/2003 V2.06 Jim Loughner.
If compiled with /dDBEDFUNCTION and running in a thread the DBFS were not closed when
return to calling function so I added line 167 this modual to close all. Note this may
cause problems if the dbeditor function is not called in it own thread.
30/04/2003 V2.07 Jeremy Suiter.
Added highlight border to input fields. Turn ON/OFF via HILITE_GETS in DEFAULTS section
of .ini file.
02/05/2003 V2.08 Jeremy Suiter.
Removed #define for compiling with earlier versions and replaced with XPPVER instead for
automatic compiling.
Fixed error with compiling using previous versions where DosErrorMessage function doesn't exist.
Modified utilities menu with sub menus.
06/05/2003 V2.08 Chris van Reeven.
Added ability to supply alias when opening files
07/05/2003 V2.10 Jeremy Suiter.
Added data dictionary.
25/11/2004 V2.20 Jeremy Suiter
Added some different pushbutton bitmaps to the toolbar
Added printer setup dialog
Added security option
Changed help file to HTML format
Added cascade function to main dialog resize. Can't find bug in that first dialog window resizes to wrong size elsewhere.
Now saves size and pos of application on exit and restores on restart
Added Greg Doran's code to stop secnd instance running
Added preview table facility based on ASTAG sample
Disabled toolbar buttons to match the utilities menu when no table is open.