Sep 19, 2005 #1 lanm Programmer Joined Jul 7, 2005 Messages 244 Location US When I run my report I get: System.OutofmemoryException It's a pretty big SQL statement from about 8 tables. Is there any memory I need to release or something along these lines? Thanks!
When I run my report I get: System.OutofmemoryException It's a pretty big SQL statement from about 8 tables. Is there any memory I need to release or something along these lines? Thanks!
Sep 21, 2005 Thread starter #2 lanm Programmer Joined Jul 7, 2005 Messages 244 Location US I got it to work by making the list object start on a new page with a new instance of the grouping field Upvote 0 Downvote
I got it to work by making the list object start on a new page with a new instance of the grouping field