Page 1 of 1
Error Code
Posted: Thu Nov 29, 2001 11:45 am
by JeffBarefoot
I^m implementing the .dll method of running xbase reports from my app. When I call execRuntime(), I^m receiving error code "X" and error message "Cannot execute Viewer EXE: error code 2."____I can^t find a reference to either of these. Any idea as to what they mean? I saw that someone asked the same question several weeks ago, but the thread went in a different direction before the error code was identified.____Thanks!____Jeff__
=> RE: Error Code
Posted: Thu Nov 29, 2001 1:53 pm
by kfleming
Does your RRW.INI have a__[Defaults]__Progdir32=<path to RRWRUN.EXE>____entry?__We need that to find the rrwrun.exe executable to actually run the reports.____Kathleen__R&R Support
==> RE: Error Code
Posted: Thu Nov 29, 2001 8:01 pm
by Jeff_Barefoot_(Guest)
Cool! That did it.____When I distribute my apps I^ve never had to fool with the rrw.ini file before (I^ve run it directly before, not via the .dll). If RRWRUN.EXE is in the same directory as my program files I should be okay, right?____