Consultor Eletrônico



Kbase P140696: How to obtain the row number of a record in a browse?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/08/2010
Status: Unverified

GOAL:

How to obtain the row number of a query results list entry in a browse?"


GOAL:

How to get the current query row number using CURRENT-RESULT-ROW?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1x
Progress 9.x

FIX:

DEFINE VARIABLE i AS INTEGER NO-UNDO.

i = QUERY browse-2:CURRENT-RESULT-ROW.

MESSAGE I VIEW-AS alert-box.