Hello Tracy, I am working with a flat cursor and a single record.
No relations involved. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: Thursday, April 21, 2011 10:23 AM To: [email protected] Subject: RE: Weird report error Kent Belan wrote on 2011-04-21: > Removed NOCONSOLE but still get the error. > > Here is a weird thing. If I step thru the code with the debugger, the report > works fine. > > When I run the app by itself, without the debugger open, I get the error. > > So if I browse the table or have the debugger open or add the PREVIEW > option, the report prints fine. > > Problem is, I don't want to do any of those options > Kent, Does the report reference fields from a second table? How is this related? You might be getting this when you have grandchild related to child related to parent, the grandchild table might get to EOF(). Report Cursor +- Additional Information Cursor +- Lookup Cursor Relate the Additional information cursor to the report cursor, then relate the lookup cursor to the report cursor using table.field references of the additional information cursor. -- OR -- Flatten the data more. Tracy Pearson PowerChurch Software [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/B9C99020003E49E281D17A8DB78F7312@LaptopW7 ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

