Page 1 of 1

What is return code X?

Posted: Tue Jan 07, 2003 11:38 am
by FRED_EMMERICH_(Guest)
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

=> More info

Posted: Tue Jan 07, 2003 11:40 am
by FRED_EMMERICH_(Guest)
The message buffer returns a message of "return code =2" on the call to execRuntime().

==> RE: More info

Posted: Tue Jan 07, 2003 5:53 pm
by kfleming
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

===> RE: More info

Posted: Tue Jan 07, 2003 8:00 pm
by FRED_EMMERICH_(Guest)
That did it! I wish the manual had this in there, it is different than the XBASE version.