1. 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)
2. Re: EDS Enhancement.
Derek Parnell writes:
> 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
OK.
Done.
Thanks,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com