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: ProFox@leafe.com
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/52404db2.6050...@mbsoftwaresolutions.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.

Reply via email to