Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Call an oracle form by using url --->http://compac-pc:7001/forms/frmservlet?form=LOGO.fmx

979801Oct 13 2013 — edited Oct 14 2013

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2013
Added on Oct 13 2013
2 comments
1,676 views