EDS Enhancement.
Hi Robert,
can I suggest a three line enhancement to EDS...
At the start of the "db_close()" procedure could you please add the
following lines of code...
-- Database already closed, so just return.
if current_db = -1 then
return
end if
Currently, if you run db_close() before the database has ever been opened,
the application crashes because the current_lock variable has never been
set.
------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)
|
Not Categorized, Please Help
|
|