Francisco Horta wrote:RAO,
in xbrowse.prg in methos setmysql change:
this -> DEFAULT ::bSkip := {| n | ::oMysql:Skip( n ) }
and put this -> DEFAULT ::bSkip := { |n,x| x := ::oMySql:RecNo(), ;
::oMySql:GoTo( Max( 1, Min( ::oMySql:LastRec(), x + IfNil( n, 1 ) ) ) ), ;
::oMySql:RecNo() - x }
like you said, and correct all browses automatically..
is correct?
thanks
paco
Yes, you are correct.
We have now modified xbrowse.prg. This change will be available from the next release.
I thank you for testing and confirming that this is working.
You may make this change in your copy of xbrowse.prg and use it for your work.