Consultor Eletrônico



Kbase P74797: Browse cell remains blank after LEAVE trigger defined on updateable column
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/04/2011
Status: Unverified

SYMPTOM(s):

LEAVE trigger defined on updateable column

Cell is blank before modification

LEAVE trigger gets fired after cell is modified

One of the cells is displayed blank after the leave trigger has fired

Cell which is displayed blank does have SCREEN-VALUE set correctly

FACT(s) (Environment):

Progress 9.1x
OpenEdge 10.0A
OpenEdge 10.0B
Windows

CAUSE:

Bug# OE00102499

FIX:

Possible workarounds:

1. In the LEAVE trigger of the column, add code to refresh the browse:
BROWSE <browse-name>:REFRESH() IN FRAME <frame-name>.

-or-

2. Define an ENTRY trigger on the browse column containing the line
DISPLAY <field-name> WITH BROWSE <browse-name>.