From 6f62ea6086ccccaad2f5073263e5d40bc1f662d9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 8 Jul 2010 12:54:57 +0000 Subject: [PATCH] 2010-07-08 14:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbrun/hbrun.prg ! Fixed to open .dbf passed on the cmdline in shared mode. --- harbour/ChangeLog | 4 ++++ harbour/utils/hbrun/hbrun.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7d9ba24909..bc4dcd8fb2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-07-08 14:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbrun/hbrun.prg + ! Fixed to open .dbf passed on the cmdline in shared mode. + 2010-07-08 13:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added --hbref option which outputs project references (.hbc) diff --git a/harbour/utils/hbrun/hbrun.prg b/harbour/utils/hbrun/hbrun.prg index 1b507f9ff0..1e10957f61 100644 --- a/harbour/utils/hbrun/hbrun.prg +++ b/harbour/utils/hbrun/hbrun.prg @@ -131,7 +131,7 @@ PROCEDURE _APPMAIN( cFile, ... ) ENDSWITCH SWITCH cExt CASE ".dbf" - hbrun_Prompt( "USE " + cFile ) + hbrun_Prompt( "USE " + cFile + " SHARED" ) EXIT CASE ".prg" CASE ".hbs"