Page 1 of 1

rrwrun.exe and report flashing

Posted: Wed Dec 06, 2006 2:46 am
by Lisa_(Guest)
I have an application which calls the runtime version. Xbase 11.1.009. ____I have a problem where I call the runtime version from my application with parameters and a control file, with one dataset, the report flashes and closes. ____If I call the exact same dataset and report within RRWorks or double click on the runtime version and browse for the report, it works. ____If I call this same report from my application with another dataset, it works.____I can duplicate this problem on multiple computers. ____It seems the problem is with calling the rrwrun.exe with parameters.____Any ideas of where to start to troubleshoot?__Thank you,__Lisa__

=> RE: rrwrun.exe and report flashing

Posted: Mon Dec 11, 2006 1:16 pm
by kfleming
Start with the RRUNOUT output status file and see if there is an error message displayed.____Kathleen__R&R Support

==> RE: rrwrun.exe and report flashing

Posted: Tue Dec 12, 2006 7:30 pm
by Lisa_(Guest)
The problem was related to my data input from my control file. ____I^m not sure why it became a problem in ver 11 where it didn^t exist in 8, but I had a space as the first character of the field I was passing for my scope. I eliminated the space and the report call from my application worked fine.____Thanks