Hi all,
Is it possible force the users to choose the application when editing a document. The equivalent to windows “open with”?
Hi all,
Is it possible force the users to choose the application when editing a document. The equivalent to windows “open with”?
Best answer by Hans Andersen
Ok, this seems to work. Thanks Mathias.
Public Sub run()
stCmd = "rundll32.exe shell32.dll,OpenAs_RunDLL "
stCmd = stCmd & ClientScriptValues.Item("CHECK_OUT_PATH").Value & ScriptValues.Item("LOCAL_FILE_NAME").Value
Set objShell = CreateObject("WScript.Shell")
objShell.Run (stCmd)
End Sub
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.