Page 1 of 1

Fatal Error and Cause

Posted: Fri May 09, 2003 4:38 pm
by Andrew_Bokelman
R&R for Windows, SQL Edition__Version 10.0, Build 10.0.012____Running under:__Microsoft Windows 98__Second Edition__4.10.2222 A ____The report is hooked to an Access database. There is a calculated field called prisort that uses the expression: DIST + STR(PRIORITY) ____DIST is a character field and PRIORITY is an integer field, both in the Access table.____I can create the prisort field and sort with it. But if I try grouping this field, I get a fatal crash 100% of the time I try to print or print preview. A bluescreen says "A fatal exception 0E has occurred..." and the non bluescreen error says "RSW caused invalid page fault in module kernel32.dll..."

=> RE: Fatal Error and Cause

Posted: Sun May 11, 2003 8:06 am
by kfleming
Try changing the expression of the calculation to RR(DIST + STR(PRIORITY)) and see if that makes any difference.____Kathleen__R&R Support

==> RE: Fatal Error and Cause

Posted: Mon May 12, 2003 12:22 pm
by Andrew_Bokelman
That fixed it! I also read up on RR().