|
From: Alexander S.K. <al...@be...> - 2015-04-15 08:02:26
|
Itamar M. Lins Jr. Lins пишет:
> Hi!
> I change into code hbrowseex.prg all call VScrollPos to VScrollPosEx and
> works fine vertical scroll bar.
>
I've changed this, too.
In HBrowse you will need to insert after defining the browse:
oBrw:bScrollPos := {|o,n,lEof,nPos|hwg_VScrollPos(o,n,lEof,nPos)}
oBrs:bRecnoLog := {|o|(o:alias)->( ordKeyNo() ) }
for tables with active order.
Regards, Alexander.
|