Kbase P132527: How to retrieve a container handle
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/06/2008 |
|
Status: Unverified
GOAL:
How to retrieve a container handle
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
Windows
FIX:
Use the following code to retrieve the handle of a container widget.
DYNAMIC-FUNCTION('getContainerSource':U).
For example:
RUN ProcedureName IN DYNAMIC-FUNCTION('getContainerSource':U).
This will run a procedure that is located inside the container.