Focal Point
Environment Variables

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9161048331

March 31, 2005, 07:07 AM
<Ted Norlander>
Environment Variables
Hi,

does anyone know where I can find info on all available environment variables???

What I'm looking for right now is a way to dynamically assign values to a couple of the INPUT html-variables used by the java-scripts when launching fex-reports from HTML.

Sample:

FORM on submit=SaveValues() method=post name ='form'>'
INPUT type=hidden value=&RPTNAME name ='IBIF_ex'>'
INPUT type=hidden value=&RPTLOC name ='IBIAPP_app'>'

Right now we're 'feeding' the info using the our own variables &RPTNAME and &RPTLOC to make the code easier to maintain...
Usually &RPTNAME is the name of the fex and &RPTLOC is the location where the report is stored...
Ultimately we would like to feed this from system variables...if possible...


Best regards

Ted
April 01, 2005, 06:52 PM
GCohen
I'm not sure which system variables you mean, but
the WebFOCUS variables can be obtained by entering
the command
? SET
In the documentation the definition of each of these is provided.
The complete list is obtained by..
? SET ALL
This includes many very specialized funtions.