On 09/21/13 06:47 AM, Jeff Johnson wrote:

     SET FILTER TO invoice = 'the one I want to print'
     lcfrx2any = 'FRX2Any'

          ..............

     SET FILTER TO

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     

_______________________________________________
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/523deff9.7090...@san.rr.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