strange runtime result on forms 10g [message #234677] |
Wed, 02 May 2007 16:02 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
saboorpan
Messages: 5 Registered: March 2006 Location: CALCUTTA
|
Junior Member |
|
|
Hi,
I am using forms 10G. Db is 10G.
When I run the simple Scott's emp table
It runs on internet explorer and instead of giving emp table
information it shown something like that:
<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();" >
<form name="pform" action="http://lalo:8889/forms90/f90servlet"
method="POST">
<input type="hidden" name="form" value="I:\test\emp.fmx">
<input type="hidden" name="userid" value="SCOTT/TIGER@orcl">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="array" value="YES">
</form> </body></html>
what is this
How should we get the forms simple screen in order to display EMP
table? Though is running well on 6i.
saboor
|
|
|
|