oBrowse:refreshall()

This forum is for eXpress++ general support.
Post Reply
Message
Author
skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

oBrowse:refreshall()

#1 Post 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.
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: oBrowse:refreshall()

#2 Post by rdonnay »

I have never heard of such a problem.

Do you have a sample program and database that demonstrates the problem?
The eXpress train is coming - and it has more cars.

Post Reply