Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00330014
Message ID:
00330043
Views:
12
Hi Dennis,
The only thing I can think of is STATUS is an alias and not necessarily the table name. This will always (never say never or always) work:

create cursor newstatus from array whatever
append from dbf("status") for status <> 'B' and !deleted()

Just use the DBF() function in the append line. VFP programmers use this technique all the time for SQL Select cursors which have no permanent disk presence.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform