We've installed a refresh version of Forms 11g and I'm finding that the following code is not working as expected. Instead of seamlessly opening the dropper_assign form we are receiving the standard login prompt of Userid/Password/Database regardless of passing the credentials in the URL. If I enter the exact password as it shows in the resulting url then the form logs in and the form opens as expected. Any insights would be greatly appreciated.
Code:
WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://'||ip_port||'/forms/frmservlet?pageTitle=Dropper Assignment&config=TTMSMENU&form=dropper_assign&userid='||user||'/'||GET_APPLICATION_PROPERTY(PASSWORD)||'@'||:global.DB_Instance||'","","resizable=yes,location=no,toolbar=no,menubar=no,status=no,"));self.close()','_blank');
Resulting URL:
http://9.35.32.204:9001/forms/frmservlet?config=TTMSMENU&form=dropper_assign&userid=SSBUECHL/My123pw@FCTEST