How to Read Registry from Oracle (splitted from same topic name in SQL forum) [message #542084] |
Sat, 04 February 2012 05:30 |
nadeembutt78@yahoo.com
Messages: 1 Registered: February 2008
|
Junior Member |
|
|
hi all,
in my case both are not working as i am using oracle forms 11g with oracle weblogic application server and attached the required .pll libraries in the form but no success yet. anybody please help to resolve this problem
find below the details;
case-1:
V_adobe_key := WIN_API_ENVIRONMENT.READ_REGISTRY('HKEY_CLASSES_ROOT\'||'.PDF', '',TRUE);
when i click on the button then i does not show anything.
case-2:
V_adobe_key := CLIENT_WIN_API_ENVIRONMENT.READ_REGISTRY('HKEY_CLASSES_ROOT\' || '.PDF', chr(0),TRUE);
when i click on the button form is hanged and on the server machie the following message appears " Close this form". when i close this it close the form applet session completly.
what should i do now
|
|
|
|