G
Guest
I am launching winword programmatically...
client_host('"C:\Program Files\Microsoft Office\Office11\winword.exe"
'||v_file_name);
This works, but the user is then asked for the password.
The user does not know the password, and I need to include it in the call.
How do I do this?
client_host('"C:\Program Files\Microsoft Office\Office11\winword.exe"
'||v_file_name);
This works, but the user is then asked for the password.
The user does not know the password, and I need to include it in the call.
How do I do this?