J
Joanne
Hello,
I have a command button on a form and with the "On Click" event it runs the
following code:
Dim RetVal
RetVal = Shell("C:\documents and settings\jjones\desktop\POBlank.nrl", 1)
The nrl file type is associated with a viewer (view32.exe) from a company
called Interwoven. I get a runtime error 5 " Invalid procedure call or
agrument" but if I click on the file on my desktop it works fine and if I
copy the path and use the run command from my start menu it also works fine.
Any help would be greatly appreciated.
I have a command button on a form and with the "On Click" event it runs the
following code:
Dim RetVal
RetVal = Shell("C:\documents and settings\jjones\desktop\POBlank.nrl", 1)
The nrl file type is associated with a viewer (view32.exe) from a company
called Interwoven. I get a runtime error 5 " Invalid procedure call or
agrument" but if I click on the file on my desktop it works fine and if I
copy the path and use the run command from my start menu it also works fine.
Any help would be greatly appreciated.