Page 1 of 1

oBrowse:refreshall()

Posted: Tue Sep 28, 2010 1:58 am
by skiman
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:

Code: Select all

wtf cAlias->(recno())
oBrowse:refreshall()
wtf cAlias->(recno())
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.

Re: oBrowse:refreshall()

Posted: Tue Sep 28, 2010 10:41 am
by rdonnay
I have never heard of such a problem.

Do you have a sample program and database that demonstrates the problem?