nageswaragunupudi wrote:You are right. At present the logic works only with DBF. Even then, if the value of the second field in the first record is empty, the results may not be as expected.
We are in the process of fixing these issues and also extend this to Mariadb rowset also.
For now, you can test it with rowsets by adding a small workaround code:while creating the browse.Code: Select all
oBrw:bBookMark := { |x| If( x == nil, oRs:nAt, oRs:nAt := x ) }
To make it easy for you I have modified the sample in my above post, including this modification. Please test with this workaround.
For use in real life applications, we advise you to wait till next release and watch whatsnew.txt.
Mr. Rao,
The workaround works when declared before :Settree() ... So far the display not erratic.