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) » Tue Jan 07, 2003 11:38 am

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

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

=> More info

Post by FRED_EMMERICH_(Guest) » Tue Jan 07, 2003 11:40 am

The message buffer returns a message of "return code =2" on the call to execRuntime().

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

==> RE: More info

Post by kfleming » Tue Jan 07, 2003 5:53 pm

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

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

===> RE: More info

Post by FRED_EMMERICH_(Guest) » Tue Jan 07, 2003 8:00 pm

That did it! I wish the manual had this in there, it is different than the XBASE version.

Post Reply