You are on page 1of 1

running form builder 10g localement

http://awsvm1-pc:8889/forms/frmservlet?config=hr
what I did formsweb.cfg
[hr]
separateFrame=false
lookandfeel=oracle
userid=hr/hr@s
form=D:\application\test1.fmx
and forms_path also set in registry
1. Open the Windows Registry Editor (regedit.exe or reged32.exe)
2. Navigate to the appropriate Oracle Home
• HKEY_LOCAL_MACHINE
• SOFTWARE
• Oracle
• HEY_DevSuiteHome10g
3. FORMS_PATH: In the Key listing, scroll through and find the FORMS_PATH string variable and double-click or right-click
and select “Modify” to edit the variable.

C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms;D:\application\*
and default.env also set the directory where application is placed
FORMS_PATH=C:\DevSuiteHome_1\forms,D:\application

Custom Configuration
?config=my_frd

The configuration listed below also uses a configuration specific environment file (default.env) as well.
[my_frd]
otherparams=record=collect log=my_frd.txt
envFile=my_frd.env
form=<YOUR_FORM_NAME_HERE.fmb>
To create a specific environment file, I simply copied the default.env
to my_frd.env and added the following variable:
 
FORMS_TRACE_DIR=C:\DevSuiteHome10g\NETWORK\log

What happens when you click Run Form Debug in Forms Builder?
What happens when you click Run Form Debug in Forms Builder?
A. The form runs on your local machine by using a debug executable client.
B. The form runs in a three-tier environment by using the application server URL that you
specify in runtime preferences.
C. The form runs in a three tier environment by using the [debug] configuration in the
FORMSWEB.CFG file.
D. The form runs in a simulated three-tier environment by using an applet viewer that is
included with the product to enable debugging

You might also like