Kbase 16120: How to tell which license type you are using
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
How to tell which license type you are using
To determine which license type is running, use the PROGRESS function.
This can be used from the procedure editor to determine which type
of license a user is running with or it can be used directly in an
application's logic.
The PROGRESS function will return one of the following character
values: Full, Query or Run-Time.
It can also return COMPILE if the Developer's Toolkit is used
or COMPILE-ENCRYPT if the Run-time Compiler is used.
In the procedure editor:
DISPLAY PROGRESS.
For an example in application logic refer to the
V7 Progress Language Reference Vol 2
V8 Progress Language Reference Syntax G to Z
Progress Software Technical Support Note # 16120