Kbase P126042: Dynamics Lookup Browser doesn't appear on top
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/27/2008 |
|
Status: Unverified
FACT(s) (Environment):
Windows
Progress 9.x
OpenEdge 10.x
SYMPTOM(s):
Dynamics Lookup Browser appears behind other windows
CAUSE:
This is a known issue
FIX:
No fix available at the moment
Workaround
Set TopOnly to true for rydynlookw.
This can be done in the repository or in an initializeBrowse override like this:
----------------------------------------------------------------------
run SUPER.
{get BrowseContainer hBrowseContainer}.
{set TopOnly yes hBrowseContainer}.
----------------------------------------------------------------------