What is return code X?
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
What is return code X?
I am using the .dll to run my reports (SQL 8.1). I can run the program fine on my PC, but that is always the case since I have all the R&R goodies. On another PC, after I got rid of all my missing .dll errors, I call ExecRuntime() and it fails to run the report. No error message is returned. The return code is X. This is not in the manual as an option. What does it mean? How can I determine why the report will not run?____Thanks
=> RE: What is return code X?
Can you run reports successfully using RSWRUN.EXE on the client machine?__That is usually a good first test when try to debug application calls via the DLL.______Kathleen__R&R Support
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: What is return code X?
Have not tried that, I havenever used the .exe before. The way it is set up now I have to use the .dll, I can^t even run it interactively on my PC since the query returns no records unless I pass in some data.