How to execute a .fmx in a PC where neither Forms not database is installed
579729Feb 12 2008 — edited Feb 13 2008I have designed a form. Obviously I have installed oracle forms and client database server in my PC
Now I want to distribute it to the user.
There is one server (PC). there in some particuar location I have copied the form(.fmx).
There is another server where the form is installed.
the tns information of the database is in the second server where the forms is installed.
In the user's machine, I have mapped say H drive to one server(the first server),
and G drive to other server(where the form is copied)
I have done the following steps in user's machine as well as in my machine
1. Map H drive to \\21.43.12.87\oracle
2. Map G drive to \\21.43.12.51\user_forms
3. Then copied form1.fmx from location G:\ and paste shorcut (do not paste) on desktop.
4. right click on this icon and select properties.
5. In the shortcut tab there is text box named target.
I deleted the old one and coped the following string there (on target text box)
H:\ORANT\BIN\ifrun60.EXE module=G:\form1.fmx
Now I double click on the icon
In my machine this is working fine. But in the user machine it's throwing the following error
Message file c:\oracle\ora90\DBS\FMCUS.MSB not found
Please solve my problem