TwBrowse Class Problem.

Post Reply
Milan Mehta
Posts: 115
Joined: Mon Oct 17, 2005 4:42 am
Location: India

TwBrowse Class Problem.

Post by Milan Mehta »

Hi,


When I change the record position by other than navigation keys and then issue :Refresh(), it changes the display but not the vertical scroll bar.

Am I still missing something ?

TIA

Milan.
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: TwBrowse Class Problem.

Post by Enrico Maria Giordano »

Try using something like

oBrw:nLen = OrdKeyCount()
oBrw:VSetPos( OrdKeyNo() )
oBrw:Refresh()

EMG
Milan Mehta
Posts: 115
Joined: Mon Oct 17, 2005 4:42 am
Location: India

Re: TwBrowse Class Problem.

Post by Milan Mehta »

EnricoMaria wrote:Try using something like

oBrw:nLen = OrdKeyCount()
oBrw:VSetPos( OrdKeyNo() )
oBrw:Refresh()

EMG
Dear Enrico,

Yes it did solve the problem.

Milan.
Post Reply