Kbase P47988: How to make a child container launched from its parent initi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/10/2003 |
|
Status: Unverified
GOAL:
How to make a child container launched from its parent initializeObject appear in front of the parent container?
FACT(s) (Environment):
Dynamics 2.0A
FIX:
When the child container is launched using launchContainer from within the parent initializeObject, the child container is always positioned behind the parent.
This seems to be related to launchContainer which uses the MOVE-TO-TOP method in the parent after launching its child.
A possible way to resolve the problem would be to create a wrapper procedure that launches the parent container and then performs a MOVE-TO-BOTTOM when its launch is complete.