Kbase P126809: Static SmartDataBrowser does not support column sorting
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/11/2009 |
|
Status: Verified
SYMPTOM(s):
Using static SmartDataBrowser
Turning on Sort Columns option in browse's pop-up menu
Clicking on browse column header does not sort browse
FACT(s) (Environment):
OpenEdge 10.x
Windows
CAUSE:
Bug# OE00160896
CAUSE:
The template for the static SmartDataBrowser does not include the required START-SEARCH trigger that performs the actual sorting, so the procedures created based on this template will also not include it.
FIX:
Workaround:
In the SmartDataBrowser procedure, add a START-SEARCH trigger on the browse widget that contains the line:
RUN startSearch IN TARGET-PROCEDURE (INPUT SELF).