What is return code X?

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
FRED_EMMERICH_(Guest)
Posts: 170
Joined: Tue Oct 10, 2017 12:44 pm

What is return code X?

Post by FRED_EMMERICH_(Guest) » Fri Nov 16, 2001 4:33 pm

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

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: What is return code X?

Post by kfleming » Fri Nov 16, 2001 5:39 pm

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

FRED_EMMERICH_(Guest)
Posts: 170
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: What is return code X?

Post by FRED_EMMERICH_(Guest) » Fri Nov 16, 2001 7:13 pm

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.

Post Reply