Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with cursors
Message
From
15/10/1999 07:32:26
Alec Dearden
Peterborough Hospitals Nhs Trust
Peterborough, United Kingdom
 
 
To
13/10/1999 20:22:15
Ray Keys-Bramlett
Custom Business Applications
Fresno, California, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00276127
Message ID:
00276745
Views:
17
Hi Ray,

Am I missing the point (?) but why don't you use your original code but make the first query select into a TABLE in what ever directory/network pc that you want ? ie:-

select 'MAIL',fm_addr1,fm_addr2,fm_city,fm_state,fm_zip;
from family;
where family_id=fid;
into table x1

select 'SITE',fp_addr1,fp_addr2,fp_city,fp_state,fp_zip;
from family;
where family_id=fid;
into cursor x2

select x1
append from x2
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform