When trying to use &IBIC_user , I can get it to evaluate correctly when running in Dev Stu, but when I use the exact same code within Dashboard it gives me (FOC295) A VALUE IS MISSING FOR: IBIC_user
-SET &IB_USER = &IBIC_user ; -TYPE &IB_USER
Is there a setting for MR/Dashboard that I need to know about?
Posts: 38 | Location: UK-London | Registered: January 27, 2005
<Grzegorz>
Posted
IBIC_user is the HTTP request parameter. If you would like to use it within a focexec, you could do the following settings:
put the following lines into the site.wfs configuration file (located in IBI_HOME/client53/wfc/etc): <set>IBIC_user(PASS)
restart the web server (or reload the ibi_apps web application)
After that, you will have the &IBIC_user amper variable in fex procedures, containing the value of the IBIC_user request parameter. (I suppose, that in your current configuration you have the <set>... settings (or equivalent) configured within DevStudio, but not in the web client configuration)
If It's 5.3x definitely make your changes in the Administrator and not manually. It seems to cause problems when you do it the old fashioned way in 5.3.