Consultor Eletrônico



Kbase P23472: How to reposition to the last record of a viewer and synchro
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/18/2003
Status: Unverified

GOAL:

How to reposition to the last record of a viewer and synchronize its associated smart navigation panel each time the Query is opened?

FACT(s) (Environment):

Windows

FACT(s) (Environment):

Progress 9.x

FIX:

Define a local version of the openQuery function to include the following code:

DEFINE VARIABLE lReturn AS LOGICAL NO-UNDO.
lReturn = SUPER().
RUN fetchLast.
RETURN lReturn. /* Function return value. */