Error Code
-
- Posts: 7
- Joined: Tue Oct 10, 2017 12:44 pm
Error Code
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
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
-
- Posts: 15
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Error Code
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?____