ifrun60.exe problem
WIPJan 14 2008 — edited Jan 15 2008hi 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