Kbase P5750: Can not set SCROLL-BARS attribute for a window.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Can not set SCROLL-BARS attribute for a window before initializing.
Error (4053) can not set SCROLL-BAR because WINDOW widget has been realized.
It only happens when the smart toolbar is present
CHANGE:
Migrated application from 9.1C to 9.1D
CAUSE:
Setting up SCROLL-BARS attribute before "SUPER" in override of InitializeObject
FIX:
Move the code prior to SUPER in the createObjects procedure.