I am trying to launch JetComp via a button using the following in Access 2007 Runtime:
Dim RetVal
RetVal = Shell("JETCOMP.exe", 1)
(I am aware that the user must close down before using JetComp...I am making it easier for non techs to find and use JetComp)
The probelem is that this works fine on the development PC. I finnally have all my references working on many test machines, however THIS code creating an apparent reference error and fails to run on a test Vista machine in runtime. Does anyone have another method to run this code?
Dim RetVal
RetVal = Shell("JETCOMP.exe", 1)
(I am aware that the user must close down before using JetComp...I am making it easier for non techs to find and use JetComp)
The probelem is that this works fine on the development PC. I finnally have all my references working on many test machines, however THIS code creating an apparent reference error and fails to run on a test Vista machine in runtime. Does anyone have another method to run this code?