FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TwBrowse Class Problem.
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM
TwBrowse Class Problem.
Posted: Mon Nov 14, 2005 11:14 AM

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.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: TwBrowse Class Problem.
Posted: Mon Nov 14, 2005 12:40 PM

Try using something like

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

EMG

Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM
Re: TwBrowse Class Problem.
Posted: Tue Nov 15, 2005 04:58 AM
EnricoMaria wrote:Try using something like

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

EMG


Dear Enrico,

Yes it did solve the problem.

Milan.

Continue the discussion