2011-02-08 14:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/rtl/tbrowse.prg
    ! set default minimal number of visible rows to ::rowpos() when
      ::configure() method is called - clipper compatibility fix.
This commit is contained in:
Przemyslaw Czerpak
2011-02-08 13:36:59 +00:00
parent 9b3f2c7cd3
commit 59b05913ea
2 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-08 14:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/tbrowse.prg
! set default minimal number of visible rows to ::rowpos() when
::configure() method is called - clipper compatibility fix.
2011-02-08 13:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbnetio/utils/hbnetio/netiocon.prg
+ Accepting notification events coming from the server

View File

@@ -1469,6 +1469,8 @@ METHOD doConfigure() CLASS TBROWSE
::nRowPos := 1
ENDIF
::nBufferPos := ::nRowPos
RETURN Self