If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
LET hT = FGL_GETENV("HOSTNAME")
Using above statement we can able to get env variable into 4gl prgs.
I need to set the env variable through the 4gl prg.
I tried the following, it does n't work.
CALL FGL_SETENV("HOSTNAME",ht)
Hi sarwan,
i've the same problem with you.
i know from another forum that we can use fgl_setenv() to set environment
inside 4gl file. but while trying to use it, it's error while compiling the
program.
do you have any suggestion to solve it?
thank you