On Tue, 30 Jun 2015, at 09:44 AM, Dave Crozier wrote: > Ditch the idea of Report data environments. Create the cursor you want > externally and then run the report which will use the cursor as data.
+1000 I would also recommend doing as much as you can outside the report layout. Get your subsets of data into dedicated report cursors, sorted in a manner that will minimise and aid report grouping. Maybe even do some row based totalling. Base the report on the cursors and close them after it runs. Don't build the layouts into the EXE. Out product ships with over 1000 reports, none of them use a DE and none of them are built into the EXE. -- Alan Bourke alanpbourke (at) fastmail (dot) fm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/1435654407.4106985.311316513.43b8e...@webmail.messagingengine.com ** 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.

