Kbase P89881: How to programmatically find the startup parameters of a 4GL client session?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/30/2008 |
|
Status: Verified
GOAL:
How to programmatically find the startup parameters of a 4GL client session?
GOAL:
How to display the current 4GL/ABL session's startup parameters using 4GL/ABL?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.1E
OpenEdge 10.x
FIX:
Use the current 4GL/ABL SESSION system handle's STARTUP-PARAMETERS attribute. For example, executing the following statement:
MESSAGE SESSION:STARTUP-PARAMETERS
VIEW-AS ALERT-BOX INFO BUTTONS OK.
Messages a character string containing a comma-separated list of all startup parameters defined at the startup of the current 4GL/ABL session.