orawin.ini & FORMS45_PATH
Date: 1997/12/05
Message-ID: <668f5f$kke_at_nuscc.nus.sg>#1/1
[Quoted] Hi All,
I have a problem here. Whenever I call CALL_FORM(XXX) , the application will search the default directory in the network drive o:\APP\FORMS. During development , I want the application to look for the file in my local drive. Following is the details :
File O:\ORAWIN\ORAWIN.INI
[Oracle]
ORACLE_HOME=O:\ORAWIN
:
:
[FORMS45]
FORMS45_PATH=O:\APP\FORMS;
:
:
:
If I execute CALL_FORM('Form1.FMX', ....) , the form will look for Form1.FMX in the path O:\APP\FORMS.
If I want the application to look for the form in my own c:\PRJOECT
directory,
and I do not want to hard-code the path to be "C:\PROJECT\FORM1.FMX"
How can I go about doing this ??
Someone told me to create a local ORAWIN.INI in the c:\windows directory specifying the new FORMS45_PATH , but it did not seem to work.
[Quoted] Please help.
Thanks.
--Received on Fri Dec 05 1997 - 00:00:00 CET