On 9/21/2013 3:14 PM, Dan Covill wrote:
Instead of the above: select * into cursor lcTemp ; where invoice = 'the one I want to print' select lcTemp lcfrs2any = 'FRX2Any' ........... select <original dbf>SET FILTER has a whole bunch of problems when other users are in the same file. Dan
+1 to what Dan said. I always like to work with local flat cursors for reporting rather than the network files.
-- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ 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/[email protected] ** 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.

