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!

Recompiling Forms 6i in 9i

478723Apr 25 2006 — edited Apr 25 2006
Hello Friends,

Could someone please help me figure out what is going on here? Here's the scenario:

1) I saved a Forms 6i Form into Forms 9i and recompiled (This is a very simple form with a splash screen and some buttons that call 7 reports).

2) I started OC4J

3) I tried to run the Form and this is what I get in the browser window:

<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();" >
<form name="pform" action="http://X52-handrew.ad.boe.com:8889/forms90/f90servlet" method="POST">
<input type="hidden" name="form" value="C:\temp\9i_Forms\rpts_main.fmx">
<input type="hidden" name="userid" value="handrew/BOE#1111@dev">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="array" value="YES">
</form> </body></html>

Could someone please tell me what I am doing wrong. I thought all I had to do was recompile the 6i form into 9i, save, start OC4J and I would see the form in the browser. Please help me as I have to give a status report on this tomorrow.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2006
Added on Apr 25 2006
2 comments
352 views