Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from cursor
Message
 
To
30/10/2005 01:21:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01063330
Message ID:
01063332
Views:
8
>how can I append from the cursor?
>
>I want to insert a blank record to my table as the first record, I do it by copy the content to a cursor and then append it back.
>
> CREATE cursor mycard (ccard c(10), nocard c(20), name c(30))
> APPEND FROM card
>
> select card
> zap
> insert into card(ccard) values('')
> APPEND FROM mycard --> cannot copy from cursor
>
>please advise
>
>regards,
>
>Jerry

What do you mean Can not copy?
Did you get an error or just doesn't have any appended records?
Try:
APPEND FROM (DBF("MyCard"))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform