On Sep 27, 2007, at 12:58 PM, Ken Dibble wrote:

> Thanks, Ed. Not only "correct" but dumb--it implies that no FOR clause
> would actually work for APPEND FROM.

        It would work if the condition in the FOR clause applied to the  
record being appended. E.g., if you had a bunch of addresses in  
MyCursor, and you did:

APPEND FROM DBF("MyCursor") FOR cState = "NY"

...only records for NY would be appended, since that condition  
applies to the appended record.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://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.

Reply via email to