Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can i use menu and call_form with out path?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
i create menu file(.mmx) and .fmx file in my folder
but i can't use it if i don't write path ex.. c:\form\xxx
i want to use it xxx (with out path) can i use it?

and in form i cat'n use command call_form('xxx') it tell me can't read
can you help me?
 
In the registry go in
HKEY_LOCAL_MACHINE\ORACLE
and edit the
forms50_path
and
Rport30_path.

Here you should give path in which your application will be


 
You could also do it by making sure the form and menu are in the same working directory (the 'start in') as the current form.
 
To be more precise you should set HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\FORMSxx_PATH and HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\REPORTSxx_PATH keys in Windows registry, where xx stands for the version of your forms/reports, e.g 50, 60, 90 for Forms and 35, 60. If you run Reports 9i the variable is REPORTS_PATH. If you have more than 1 ORACLE_HOME, the path to keys is HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOMEn, where n is your ORACLE_HOME id. If you work on Unix, just set the appropriate environment variables (FORMSxx_PATH and REPORTSxx_PATH).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top