The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Problems Launching from Internet Explorer 6.0

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000