We use LISTBOX to browse a large DB. When the user resets the vertical thumbpos in a network, the speed is very, very slow.
In the forum I found this:
Yes! You have to modify TWBrowse class - Method VScroll. Substitute
::Skip( nLParam - ::oVScroll:GetPos() )
with
( ::cAlias ) -> ( CmxKeyGoTo( nLParam ) )
or the xxxKeyGoto() function provided by your RDD.
Is this still the way to solve the problem or is there a better solution?
Thanks for help,
Dietmar