From 028e354eb831d53210fddc6063d6add12fdfc8c2 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Tue, 10 Jul 2012 09:26:32 +0000 Subject: [PATCH] 2012-07-10 02:25 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/dbfbrowser.prg * Minor: using the table in shared mode instead of exclusively. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/tests/dbfbrowser.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a4e35222a2..5912938412 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-10 02:25 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/tests/dbfbrowser.prg + * Minor: using the table in shared mode instead of exclusively. + 2012-07-10 02:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/ideactions.prg diff --git a/harbour/contrib/hbqt/tests/dbfbrowser.prg b/harbour/contrib/hbqt/tests/dbfbrowser.prg index cf6bc61664..b014ce581c 100644 --- a/harbour/contrib/hbqt/tests/dbfbrowser.prg +++ b/harbour/contrib/hbqt/tests/dbfbrowser.prg @@ -71,7 +71,7 @@ PROCEDURE OpenDBF( oWid, oTable, oLabel ) CloseDBF( oTable, oLabel ) BEGIN SEQUENCE WITH {||.F.} - DBUseArea( .T., NIL, cFile, NIL, .F., .F. ) + DBUseArea( .T., NIL, cFile, NIL, .T., .F. ) END SEQUENCE IF Used()