hello experts,
I am new in oracle forms.I am using oracle forms and report 11g with weblogic server 10.3.5 at windows 7.I have created a main login oracle form and other my applcation forms are connected with this login(LOGO.fmx) form.i want to call my main form directly using url http://compac-pc:7001/forms/frmservlet?form=LOGO.fmx, without using form builder. For this I have created a windows batch file which can run my url directly.
Everything is going well.But my LOGIN form opens after an oracle defined login page which asks me to fill my oracle database user/password and database name.I dont want this page,I want just my login page which can authenticate my application users.
windows batch file is:
@echo off
REM Next command will open http://compac-pc:7001/forms/frmservlet?form=LOGO.fmx in a new Internet Explorer window
start /d "C:\Program Files\Internet Explorer" explorer.exe http://compac-pc:7001/forms/frmservlet?form=LOGO.fmx
@echo off
start http://compac-pc:7001/forms/frmservlet?form=LOGO.fmx