Kbase 13883: What is UIB_is_Running? How is it used? UIB
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
What is UIB_is_Running? How is it used? UIB
UIB_is_running is the preprocessor name that is defined if the
program is being run directly from the UIB. If it is run from the
editor then the UIB_is_running is not defined.
Progress developers may find it useful to use code conditionally
based on whether or not they have run the code from the UIB or
by some other means. One way to do this is to check to see if
the UIB_is_running preprocessor name has been defined.
&IF DEFINED (UIB_is_running) &THEN message "UIB is running".
&ELSE message "UIB is not running".
&ENDIF
This feature is documented in the Extended Development Tools Manual
Section 6.6.3 and 2.4
Progress Software Technical Support Note # 13883