Consultor Eletrônico



Kbase P9710: Vertical scrollbar of browse widget works properly until REPOSITION statement is used
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Vertical scrollbar of browse widget works properly until REPOSITION statement is used

The thumb widget of the browse's vertical scrollbar is in the middle after the REPOSITION statement is used

CHANGE:

The INDEXED-REPOSITION phrase was added to the query

CAUSE:

This is expected behavior.

The usage of the INDEXED-REPOSITION phrase causes the client side result set to be thrown away when a REPOSITION statement is executed (this is for speed). The side effect of this speed enhancement is that the ability to determine where the query is within within the result set is gone and the end result of that is that there is no option but to place the thumb in the middle of the vertical scrollbar.

FIX:

A choice must be made as to what is more important to the users of the application, fast repositioning to different records or a completely accurate thumb indicator in the vertical scrollbar.