Kbase P21757: How to obtain the handle of a SmartObjects parent (container) object?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
GOAL:
How to obtain the handle of a SmartObjects parent (container) object?
FACT(s) (Environment):
Progress 9.x
FIX:
To obtain the handle of a SmartObjects parent (i.e. container) SmartObject, use the following code:
DEFINE VARIABLE hParent AS HANDLE NO-UNDO.
ASSIGN hParent = DYNAMIC-FUNCTION('getContainerSource':U).