saveing form to view on web [message #440734] |
Tue, 26 January 2010 21:02 |
shahzad-ul-hasan
Messages: 638 Registered: August 2002
|
Senior Member |
|
|
i have developed a form in 9i. can i view the fmx file on web. or tell me the extenstion what name of form should i use to save the form to view on the web.
|
|
|
Re: saveing form to view on web [message #440797 is a reply to message #440734] |
Wed, 27 January 2010 01:03 |
tamzidulamin
Messages: 132 Registered: October 2009 Location: Dhaka
|
Senior Member |
|
|
You have to configure FormsWeb.cfg file to run a *.fmx file
in the web.
For Dev10g Rel-1,Formsweb.cfg file path is
DevSuiteHome\forms90\server\
For Dev10g Rel-2,Formsweb.cfg file path is
DevSuiteHome\forms\server
Sample Formsweb.cfg Cofiguration is:
[test_config]
form=D:\test.fmx usesdi=yes
userid=user_name/passward@database_string
width=100%
height=100%
colorscheme=blue
pageTitle= Developed by :: ABC
imagebase=codebase
archive_jini=f90all.jar,f90all_jinit.jar
webUtilArchive=frmwebutil.jar,jacob.jar
baseHTMLjinitiator=webutiljini.htm
separateFrame=false
background=null
escapeparams=true
Tamzid.
|
|
|
|
|
|
|