oBrowse:refreshall()
Posted: Tue Sep 28, 2010 1:58 am
Hi,
Is there something changed in oBrowse:refreshall() in one of the previous versions?
Since some time we had some problems with the positioning in our database. I found that the record position is changed after a oBrowse:refreshall().
I had the following test:
The recordnumber was changed after the refreshall(). I think this wasn't in previous versions, and I would expect that a oBrowse:refreshall() won't change this position.
Is there something changed in oBrowse:refreshall() in one of the previous versions?
Since some time we had some problems with the positioning in our database. I found that the record position is changed after a oBrowse:refreshall().
I had the following test:
Code: Select all
wtf cAlias->(recno())
oBrowse:refreshall()
wtf cAlias->(recno())