REPORT CRASHES
REPORT CRASHES
We have some reports which group or sort on a calculated field which converts an integer to a string (ODBC MSSQL/Oracle or Access)____e.g. str(ID)____Using Runtime versions 10.0.12 (28-Sep-03) or later the reports always crash.____If we use V 10.0.10 (03-Oct-02) then the report runs fine.____Does anyone else have this with one of the later versions of rswrun.exe. I^m trying to find out if its the exe or an associated DLL thats creating the problem.____Many thanks
=> RE: REPORT CRASHES
Sorry that it took a while for me to look at this problem. You are correct that it does now crash. However, try adding a numeric argument to specify the length of the string so you would have:__str(id,10)__On my machine that stopped the crashing.______Kathleen__R&R Support
==> RE: REPORT CRASHES
Many thanks. This seems to have fixed the problem.