T O P I C R E V I E W |
paulryan |
Posted - 07/14/2004 : 08:15:13 AM Essentially we are accessing origin data in a document management repository via a web interface in Internet Explorer 6.0 on Windows 2000.
There appears to be a problem with the file association that Origin has created for the OPJ file extension in that it forces the comand to be "C:\Program Files\Microcal\Origin 6.0\Origin.exe" /dde
This it appears does not allow the file to be launched via Internet Explorer and when i change this setting to the comand to be "C:\Program Files\Microcal\Origin 6.0\Origin.exe" %1 it does launch correctly from IE
After closing Origin however it appears to have reset this File Association setting back to the original. What is happening here ?
Can anyone possibly provide any information about getting this to operate correctly in IE6.0 ??
Rgs Paul
|
1 L A T E S T R E P L I E S (Newest First) |
ML |
Posted - 07/14/2004 : 12:31:44 PM Putting /dde on the command line (and remembering it in registry) is a standard way to launch an application when, say, double-clicking on an .OPJ file in Windows Explorer. After the application is launched in this manner, it then receives a Windows DDE message with the string [open("%1")], where %1 is replaced with the file name.
Origin can also be launched like so:
"C:\Program Files\Microcal\Origin 6.0\Origin.exe" myprojectname.opj
using the command line. This looks similar to "C:\Program Files\Microcal\Origin 6.0\Origin.exe" %1, where %1 is replaced with actual filename.
I am not aware of how exactly "document management repository via a web interface in Internet Explorer 6.0" attempts to launch Origin (%1 as a literal string would certainly be invalid), but if it does use one of the two methods described above, then things should be fine. Otherwise it is doing something that Origin does not support.
Origin does restore the /dde command line setting in registry on every startup. |
|
|