Kbase P172718: 4GL/ABL: Browse START-SEARCH event trigger stopped firing while modifying application code
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/1/2010 |
|
Status: Unverified
SYMPTOM(s):
4GL/ABL: Browse START-SEARCH event trigger stopped firing while modifying application code
Application suddenly lost the ability to sort on columns by clicking the column labels
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
The COLUMN-MOVABLE attribute of the browse was accidentally set to TRUE during application modification using the AppBuilder. Setting COLUMN-MOVABLE to TRUE causes the START-MOVE and END-MOVE events for the browse column to take precedence over all other events including the START-SEARCH event.
FIX:
Set the COLUMN-MOVABLE attribute of the browse to FALSE to enable the START-SEARCH event trigger to fire when the user clicks on the browse column labels.