Any one there who can assist.
I have installed Oracle Application Server in my machine and I have done an application using developer 6i.
The problem is now how to move my application to the server and be able to use browser. Any idea?
hi kido,
You can convert your application from 6i to 9iAs easily...
1-Put all your fmx files in <orahome>\forms90 folder.
2-Compile all your forms in 9iAS.
3-run the form on browser.
OR
1-put the path of your application in <orahome>\forms90\server\formsweb file
change ---1
workingDirectory=<path of main form>
like
workingDirectory=c:\projects\hrm
change ----2
form=<name of main form>
like
form=main_form.fmx
secondly compile all your forms in 9iAS like above...Inshallah...u will succeed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.