Kbase P8312: Start-search trigger is not fired when using column-movable
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
START-SEARCH trigger is not fired using COLUMN-MOVABLE
CAUSE:
This is expected behavior.
Extracted from the Progress Language Reference manual:
"If COLUMN-MOVABLE is TRUE, you can move any of the browse's browse-columns by
pointing, clicking, and dragging on a column label. This attribute lets you turn
on and off the ability of end users to move browse-columns. IF COLUMN-MOVABLE is
TRUE, the START-MOVE and END-MOVE events for the browse-column take precedence
over all other events. That is, while this attribute is TRUE, searching on
columns is suspended, and Progress interprets the MOUSE-DOWN event as the column
move."
FIX:
Create a popup menu that would allow user to turn on/off the movable feature.