Page 1 of 1

TwBrowse Class Problem.

Posted: Mon Nov 14, 2005 11:14 am
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.

Re: TwBrowse Class Problem.

Posted: Mon Nov 14, 2005 12:40 pm
by Enrico Maria Giordano
Try using something like

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

EMG

Re: TwBrowse Class Problem.

Posted: Tue Nov 15, 2005 4:58 am
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.