Kbase 13517: UIB_is_running is defined only in the main .w
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
UIB_is_running is defined only in the main .w
In version 7.2D, 7.2E and 7.3A, the UIB_is_running pre-processor name
is defined to be TRUE (non-zero) only in the main compilation unit.
In other words, if you check its value in the main .w, you will find
that it is true (when run from the UIB). However, if you put the code
that checks it in a .p and then call the .p from the main .w, it will
tell you that the UIB is not running (even though it is).
Our suggestion is to put the code that checks to see if UIB_is_running
into an include file and include it in any .w you need to.
For more information on UIB_is_running, please refer to 2-12 of the
Extended Development Tools Manual for Windows.
Progress Software Technical Support Note # 13517