Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace TXT
Message
From
04/07/2003 10:07:48
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00806664
Message ID:
00806952
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
Hi Moises

>Where do I put SCAN command ?

You need to do this for each customer?

So it goes there....
SELECT CUSTOMER
GO TOP
SCAN
  luCustID = Customer_id
  SELECT * FROM product WHERE customer_id = luCustID INTO CURSOR temp
  GO TOP
  _VFP.DataToClip
  STRTOFILE( _ClipText, luCustID + ‘.txt’ )
ENDSCAN
----
Regards
Andy Kramek
Previous
Reply
Map
View

Click here to load this message in the networking platform