Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append to cursor problem
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01256572
Message ID:
01256574
Views:
10
>I have to cursors in a form dataenviroment:
>
>direct and reemb
>
>I am using:
>
>SELECT * FROM DIRECT INTO CURSOR MYCURSOR READWRITE WHERE DIRECT.ETI_PT = 0
>SELECT MYCURSOR
>APPEND FROM reemb for eti_pt = 0
>
>The problem is that records are also being appended to reemb

The records will not be appended to reemb by the code you posted. It happens somewhere else in your code.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform