Alaska Software Inc. - last Line XbpBrowse with hScroll := .F.
Username: Password:
AuthorTopic: last Line XbpBrowse with hScroll := .F.
AUGE_ OHRlast Line XbpBrowse with hScroll := .F.
on Wed, 04 Jan 2012 09:32:02 +0100
hi,

use C:\ALASKA\XPPW32\Source\samples\basics\GuiBrow\DBBROWSE.prg

modify
   oBrowse := GuiBrowseDb( oXbp:drawingArea )

to
   oBrowse := GuiBrowseDb( oXbp:drawingArea )
   oBrowse:hScroll := .F.

compile/link/run and load large DBF

press PgDn and/or Ctrl-PgDn
you will not be on last Line ... you on Line before last Line !

this will make Problem when customDrawCell

greetings by OHR
Jimmy