Consultor Eletrônico



Kbase P32682: how to set current-column attribute of a browse
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/07/2003
Status: Unverified

GOAL:

The current-column attribute of a browse can only be set for an updatable browse

FIX:

Define the browse as updatable with the ENABLE parameter, e.g.

DEFINE BROWSE bmain QUERY qmain
DISPLAY customer.cust-num customer.name
ENABLE customer.cust-num customer.name with 10 DOWN.