Home » Developer & Programmer » Forms » tool_env.getvar parameter (Oracle Forms 9.0.4.0.19)
tool_env.getvar parameter [message #395734] Thu, 02 April 2009 08:39 Go to next message
wtolentino
Messages: 420
Registered: March 2005
Senior Member
i am debugging a form that is using Tool_Env.Getvar() built-in package procedure. the form is throwing an error that it could not recognize the directory because it does not exists anymore. i want to change the parameter to reflect to the new directory and i came across this line of code:

    Procedure [procedure name] Is
      hard_path     varchar2(100);
      ...
    begin
      ...
      Tool_Env.Getvar('OUTPUT_DOC_DIR', hard_path);
      ...
    end;


where i could not figure out where i can find OUTPUT_DOC_DIR to change it's value?

thanks,
warren
Re: tool_env.getvar parameter [message #395780 is a reply to message #395734] Thu, 02 April 2009 10:05 Go to previous message
wtolentino
Messages: 420
Registered: March 2005
Senior Member

found the environment variable i was looking for on the unix OS at the $ORACLE_HOME/forms90/server on the default.env file.
Previous Topic: image in 6i and 10g
Next Topic: global vs parameter
Goto Forum:
  


Current Time: Thu Nov 14 05:41:51 CST 2024