|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-04-14 15:45:56
|
> Just set:
> oBrowse:bRecnoLog := {|o|(o:alias)->( ordKeyNo() ) }
>or
>oBrowse:bRecnoLog := &( "{||" + oBrowse:alias + "->(ORDKEYNO())}" )
>I didn't set it by default, because using of ordKeyNo() instead of
>Recno() may cause performance degradation in network environment.
>Regards, Alexander.
Hi!
Thanks for all!
But see this changelog by Luis Basso.
This feature was also lost after the jump to version 16c to 18.
2012-11-14 13:55 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net>
* source/hcontrol.prg
* CLASS BUTTONEX
* METHOD PAINT()
! fixed alignment text
* source/hbrowse.prg
* FUNCTION VScrollPos( )
! fixed SetScrollPos if lDisableVScrollPos = .T.
I use LetoDB this wonderful tool, so I do not have the slow network problem.
Best regards,
Itamar M. Lins Jr.
2015-04-08 20:24 GMT-03:00 Itamar M. Lins Jr. Lins <ita...@gm...>:
> Hi!
> While I use browse with index database(up/down) the scroll bar not show
> real position. It picks up the wrong registry position.
> I can not use it (drag to the end of the records).
>
> This problem does not exist in version 2.17
>
> Best regards,
> Itamar M. Lins Jr.
>
|