What is return code X?
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
What is return code X?
I am running the viewer .dll with 8.1 SQl version. ____Running the report works fine on my machine but fails with a return code of 0 on another PC. When debugging, it is returning a value of X for the parameter lpiECode when I call getErrorInfo(). This corresponds to integer 88. In my documentation it lists N,C,J,R as possible values from execRuntime and additionally D,I,L,S and V for getErrorInfo(). ____What does X represent and what could possibly be causing this to fail?____thanks__Fred
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
=> More info
The message buffer returns a message of "return code =2" on the call to execRuntime().
==> RE: More info
Make sure that the client machine has RSWRUN.EXE and an RSW.INI file whose Defaults section contains the line:__Progdir32=____where the path to RSWRUN.EXE appears after the =____Kathleen__R&R Support
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
===> RE: More info
That did it! I wish the manual had this in there, it is different than the XBASE version.