Kbase P127780: 4GL/ABL: Dynamic browse widget does not appear
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/19/2007 |
|
Status: Unverified
FACT(s) (Environment):
Windows
OpenEdge Category: Language (4GL/ABL)
SYMPTOM(s):
4GL/ABL: Dynamic browse widget does not appear
When the code that creates and realizes the dynamic browse widget is executed, nothing is displayed on the default frame.
Dynamic browse widget is created by an external procedure and parented by the the default frame of the current window.
CAUSE:
The default frame of the current window does not have enough free space to realize the dynamic browse.
FIX:
Modify the definition of the frame to make space available for the dynamic browse widget or modify the dynamic browse widget dimensions to make it fit into the available frame space.