Kbase P5934: How to pass the handle of the default window for the current Progress session to another procedure?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/22/2004 |
|
Status: Unverified
GOAL:
How to pass the handle of the default window for the current Progress session to another procedure?
FACT(s) (Environment):
Windows
FIX:
The CURRENT-WINDOW System Handle is the handle of the default window for the current Progress session. Use the RUN statement to pass it to another procedure:
RUN ProcName.p(CURRENT-WINDOW).