Consultor Eletrônico



Kbase 16408: Selected browse row not refreshed w/ OPEN QUERY & how to fix
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Selected browse row not refreshed w/ OPEN QUERY & how to fix

If an application re-opens a query in order to refresh the data
displayed in a browse, the row that was selected at the time the
OPEN QUERY statement executes may not reflect the most current
data in the database. This is expected behavior (see related
KnowledgeBase Notebook 16159 "General ruls governing PROGRESS record
reads).

If it is necessary to ensure that the latest version of that row
is displayed, you must issue a FIND CURRENT just prior to the
OPEN QUERY. This will pull the then-current record into memory
prior to the OPEN QUERY.

Progress Software Technical Support Note # 16408