Kbase P36114: Combo's on filterviewers in de treeviews have no initial val
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/8/2003 |
|
Status: Unverified
GOAL:
Combo's on filterviewers in de treeviews have no initial value.
FACT(s) (Environment):
Dynamics 2.0ASP02
FACT(s) (Environment):
Progress 9.1D06
CHANGE:
Upgraded to SP02
CAUSE:
"displayCombo" in combo.p, default behaviour has changed between SP01 and SP02.
FIX:
If you need to have SP01 Behavior
In "DisplayFields" add those lines.
{get ListItemPairs cList hWidget}.
{get ComboDelimiter cDeli hWidget}.
IF cList<>"":U THEN DO:
{set DataValue ENTRY(2,cList,cDeli) hWidget}.
END.