Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help
Message
 
To
04/11/1999 12:35:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Help
Miscellaneous
Thread ID:
00286963
Message ID:
00286986
Views:
22
Hi Pamela

> USE "&tmpfile"
> COPY TO "&tmpfile2" type delimited
> ENDSCAN

What you have for the COPY TO should work, but it looks like maybe your USE "&tmpfile" might be opening in the same work space as the zonelist table driving your SCAN. So when it hits ENDSCAN it doesn't know where to go to get the next store to run thru the loop. Try adding an IN clause to the USE command, then select the tmpfile, then do your COPY TO.

HTH
Roxanne M. Seibert
Independent Consultant, VFP MCP

Code Monkey Like Fritos
Previous
Reply
Map
View

Click here to load this message in the networking platform