Fatal Error and Cause

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Andrew_Bokelman
Posts: 14
Joined: Tue Oct 10, 2017 12:44 pm

Fatal Error and Cause

Post by Andrew_Bokelman » Fri May 09, 2003 4:38 pm

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..."

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Fatal Error and Cause

Post by kfleming » Sun May 11, 2003 8:06 am

Try changing the expression of the calculation to RR(DIST + STR(PRIORITY)) and see if that makes any difference.____Kathleen__R&R Support

Andrew_Bokelman
Posts: 14
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Fatal Error and Cause

Post by Andrew_Bokelman » Mon May 12, 2003 12:22 pm

That fixed it! I also read up on RR().

Post Reply