kakakaka77
Technical User
Hi, Everyone:
I am working on a crystal report and want to create a hyperlink which will trigger a .exe application and passing the hyperlink value to the application.
The problem is I am not sure the exact syntax of passing parameters through hyperlink.
In my crystal report, I have a {Customer.CustomerID} field, right click-> Format Field -> Hyperlink tab -> File X2 icon -> I put something like: F:\report\sales\CustomerTracker.exe&" "&{Customer.CustomerID}
It gave me the error message "Can not find the specific file". Obviously, there is something wrong in the hyperlink formula. Anyone has a idea of the correct syntax of passing parameter out?
It works fine if I just call the .exe from hyperlink by only putting in the .exe file location F:\report\sales\CustomerTracker.exe , it will start the application without parameter.
Thanks!
I am working on a crystal report and want to create a hyperlink which will trigger a .exe application and passing the hyperlink value to the application.
The problem is I am not sure the exact syntax of passing parameters through hyperlink.
In my crystal report, I have a {Customer.CustomerID} field, right click-> Format Field -> Hyperlink tab -> File X2 icon -> I put something like: F:\report\sales\CustomerTracker.exe&" "&{Customer.CustomerID}
It gave me the error message "Can not find the specific file". Obviously, there is something wrong in the hyperlink formula. Anyone has a idea of the correct syntax of passing parameter out?
It works fine if I just call the .exe from hyperlink by only putting in the .exe file location F:\report\sales\CustomerTracker.exe , it will start the application without parameter.
Thanks!