Kbase P26010: Is it possible to run a 4GL procedure as a child process of
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/18/2003 |
|
Status: Unverified
GOAL:
Is it possible to run a 4GL procedure as a child process of the calling procedure ?
FIX:
No, it is not possible using simple 4GL code. You might be able to do this by using the CreateProcess external function in kernel32.dll.