Forms60_path [message #81241] |
Sat, 25 January 2003 08:53  |
Rishi
Messages: 63 Registered: January 2001
|
Member |
|
|
Hi all!!
How Can i set the forms60_path prgrammatically...
how can i change the registry of local machine programmitcally is it possible thru HOST....
Rishi
|
|
|
Re: Forms60_path [message #81258 is a reply to message #81241] |
Mon, 27 January 2003 05:31   |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
create 2 reg files of the forms60_path with different paths and try to run each of it by using e.g. run_product builtin.
or run it by using the DDE package.
see forms help (F1) about using DDE.
But remember that you should close and reopen the form after changing the forms60_path.
this can be programmed into the forms also.
|
|
|
|
Re: Forms60_path [message #81273 is a reply to message #81260] |
Tue, 28 January 2003 09:29  |
Rishi
Messages: 63 Registered: January 2001
|
Member |
|
|
Hi magnetic!!
Actually i have use open_form() and Run_product() so many times in my project and i hardcode the path of forms/reports in this so i change the directory(location) of Forms(i put all forms in one directory) i have to change the path at each place where i call this form one way is i have to change the registry Forms60_path at client side if i want to change the location of all forms but this is also not a better way so that if i can change the Forms60_path programetically where we run the main form Forms60_apth is set at that computer. so that i want to change the registry programatically...i use windowsNT 4.0...
Rishi
|
|
|