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!

ifrun60.exe problem

WIPJan 14 2008 — edited Jan 15 2008
hi all,

I am bit new to forms and trying to understand a few things.

What is the significance of ifrun60.exe in 6i?

what is its replacement in forms 10g?

My DOS batch file logonPROD.bat has the below line for PRODUCTION

C:\Oracle\DEV6I\BIN\ifrun60.EXE module=C:\PROD\XPE\logon.fmx

when i execute the logonPROD.bat file the above form gets called as normal.

then I created my own logon form which has an additional option for
database connection ,and placed it in the right directory (TEST)

the logonTEST.bat has the below line for Test environment.

C:\Oracle\DEV6I\BIN\ifrun60.EXE module=C:\TEST\XPE\logon.fmx

when i execute the logonTEST.bat file the NEW TEST logon form does'nt get called but the production form gets called.

Can someone tell me what changes i need to do to call my logon form for TEST environment ?

cheers
s
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2008
Added on Jan 14 2008
4 comments
6,191 views