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.
This commit is contained in:
Pritpal Bedi
2012-07-10 09:26:32 +00:00
parent 26e04dcba4
commit 028e354eb8
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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()