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.
TwBrowse Class Problem.
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: TwBrowse Class Problem.
Try using something like
oBrw:nLen = OrdKeyCount()
oBrw:VSetPos( OrdKeyNo() )
oBrw:Refresh()
EMG
oBrw:nLen = OrdKeyCount()
oBrw:VSetPos( OrdKeyNo() )
oBrw:Refresh()
EMG
-
- Posts: 115
- Joined: Mon Oct 17, 2005 4:42 am
- Location: India
Re: TwBrowse Class Problem.
Dear Enrico,EnricoMaria wrote:Try using something like
oBrw:nLen = OrdKeyCount()
oBrw:VSetPos( OrdKeyNo() )
oBrw:Refresh()
EMG
Yes it did solve the problem.
Milan.