Kbase P25423: Combo-box is empty when executed from Procedure Editor.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/05/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Combo-box is empty when run from Procedure Editor.
Combo-box gets populated just fine when run from AppBuilder.
Combo-box population occurs in the Window's Main-block after the reference to the {src/adm2/windowmn.i} include file.
CAUSE:
When a Window program is run from AppBuilder, Progress runs it in persistent mode. However, when the same Window is run from Procedure Editor, it is not run persistently, which causes Progress to execute a WAIT-FOR Statement that is placed in the {src/adm2/windowmn.i} include file.
FIX:
Place the code that populates the combo-box before the reference to the {src/adm2/windowmn.i} include file and not after.