Re: Forms60_path [message #81276] |
Tue, 28 January 2003 15:44 |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
hi
i tried to understand your problem
but you say that you hardcoded paths in forms and reports, wich a good programmer always shoud avoid!!
i dont think that changing the forms path in register will have any affect by this action.
but since i dont know what really happens at your project, ill show you a possible way to change the register programatically
---------------
declare
appid pls_integer;
begin
appid:=dde.app_begin('c:tempora.reg',dde.app_mode_minimized);
end;
-------------------
export the forms60_path register to for example c:temp and give it th ename ora.reg
open the register with wordpad or some other editor and set a new path if you like
run this code and chek the register whether this key is added.
good luck
|
|
|