Oracle forms debug module
Hi
When I run a form in debug all I get is...
<html> <head> ORACLE FORMS.</head> <body onload="document.pform.submit();" > <form name="pform" action="http://server:8889/forms90/f90servlet" method="POST"> <input type="hidden" name="form" value="C:\*.fmx"> <input type="hidden" name="userid" value=user/password@db> <input type="hidden" name="obr" value="yes"> <input type="hidden" name="array" value="YES"> <input type="hidden" name="debug" value="YES"> <input type="hidden" name="HOST" value="server"> <input type="hidden" name="PORT" value="4544"> </form> </body></html>
Any help would be appreciated
Thanks
Gordon
0