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:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user