Can I access an environment varaible as a user launches a form? There is a userid parameter in the FormsWeb.Cfg file. I'm confused as to why this parameter is in this file as it would mean that every user open my form would get the same username and password:
FormsWeb.Cfg:
userid=myUser/myPass@sparc20
I'm hoping there is a way to make this more dynamic. I want each user to login as themselves automatically. In our system each user has there username and password stored in environment variables named ORAUSER and ORAPASS. I'd like for resolve these values inside the 'userid' parameter that is set in the FormsWeb.Cfg file.
Is there anyway to do this?