Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP Needed! Oracle Forms/Registry

Re: HELP Needed! Oracle Forms/Registry

From: 4CHIWI <User_at_ifum.uni-hannover.de>
Date: 1997/10/20
Message-ID: <01bcdd7a$e1fe0180$18284b82@c6.ifum.uni-hannover.de>#1/1

HuGo Ribeiro <hgr_at_mail.telepac.pt> schrieb im Beitrag <34436365.B0FA2381_at_mail.telepac.pt>...
> Hi!
>
> How can I access the Windows95 or NT registry with Oracle Forms 4.5?
>
> I need to read a key value under HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE.
>
> Please help me.
>
> Best regards,
>
> Hugo Ribeiro
> hgr_at_mail.telepac.pt
>

Hi,
you can use this function:

   tool_env.get_var (varname varchar2, varvalue varchar2); where varvalue is the varaiable that will receive the key-alue and varname is the name of the key you want to retrieve. For more information refer to forms4.5 help, search for tool_env

hope this helps

Juergen

jbrardt_at_stud.uni-hannover.de Received on Mon Oct 20 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US