You are on page 1of 2

Configuration of Oracle Developer Suit 10g forms and Reports

Steps for Forms Configuration:

open Formweb.confg file from developer suit installation directory i.e c:\developersuit10g\forms\server folder

Under the # Forms runtime argument: place the fmx of Login form e.g. form=adm999.fmx

Under # Forms applet parameter set imageBase=codebase Under # Forms applet parameter set separateFrame=true Save and close Formweb.confg file. Open Default.env file in Notepad located in c:\developersuit10g\forms\server folder set the following Parameters.

Under the ORACLE_HOME=C:\DevSuiteHome_1 Set the path of your Forms e.g. FORMS_PATH=C:\DevSuiteHome_1\forms;f:\hms\forms\OPD;

Save and close Default.env file.

Steps for Reports Configuration:

Write the command rwserver server start in Run it will create start.conf file in the following location . C:\developersuit10g\Reports\config\start.cfg Rename the start.conf file to your desired name as C:\developersuit10g\Reports\Confg \rep_babar.confg . Uncomment the tag <!--property name="sourceDir" value="D:\hms\REPORTS"/->which contains the information of source directory Specify the Reports Location e.g. <property name="sourceDir" value="D:\hms\REPORTS"/>

Save and close rep_server.confg file.

Steps for LOV Configuration:

Open the file registry.date file located in C:\DevSuiteHome_1\forms\java\oracle\forms\registry and enable app.ui.lovButtons=true which is false by default. It will enable you to attach lovs on your required fields

Steps for Images Configuration:

Open the folder java which is located in C:\DevSuiteHome_1\forms\java and copy all your gif or jpeg image at this path after adding developer would be able to see all images at run time simply by giving the image name in the property palette.

You might also like