Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I...
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00661974
Message ID:
00661977
Views:
25
This message has been marked as a message which has helped to the initial question of the thread.
You can use UNION.

>Select all the records from 2 cursors and put them into 1 cursor?
>
>
>****
>SELECT name,descriptio FROM address ;
>INTO cursor a1_addr ;
>WHERE Groupid=lcShippergroup
>
>
>SELECT name,descriptio FROM address ;
>INTO cursor a2_addr ;
>WHERE Code = Policy.Id
>
>
>sele * from dbf('c2_Commodit'),dbf('c1_Commodit') into curs aaa && ????
>****
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform