1) Go to Start --> Programs --> Oracle developer suite DevSuite1 --> forms developer --> Start OC4J instance.
2) A black screen will open and at the bottom of it, "initialize d" is writen.
3) Compile your form and genertate it (Cntrl+Shift+K after it press Cntrl+T)
4) Fmx file will be generated.
5) Open internet explorer
6) Write in the address bar following line :
http://<you PC IP address>:8889/forms/frmservlet?form =<full location of form>
7) Form will run !!
try this method. Since forms 10g are web based forms therefore there is no .exe file. We have to run them from internet explorer via OC4J Instance.
Comment