Fatal Error and Cause
-
- Posts: 14
- Joined: Tue Oct 10, 2017 12:44 pm
Fatal Error and Cause
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
Try changing the expression of the calculation to RR(DIST + STR(PRIORITY)) and see if that makes any difference.____Kathleen__R&R Support
-
- Posts: 14
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Fatal Error and Cause
That fixed it! I also read up on RR().