Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace TXT
Message
De
04/07/2003 10:07:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00806664
Message ID:
00806952
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform