Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp 6.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Vfp 6.0
Divers
Thread ID:
00275577
Message ID:
00275577
Vues:
50
This code stops at the copy line as the syntax must not be right. Can anyone see what I'm doing wrong, I've tried every variation I could think of with no luck.

***COMBINE.PRG
SET EXACT OFF
CLEAR
CLOSE DATA
SELECT A
USE VV ORDER DAM1
SELECT B
USE AHORSE ORDER NAME
SELECT A
LOCATE
SCAN
STORE DAM1 TO MDAM1
SELECT B
SEEK MDAM1
DO WHILE NAME = MDAM1
STORE NAME TO cname
***code bombs on copy
COPY FILE &cname TO C:\JUNK\pedigrees\&cname
SKIP
ENDDO
SELECT A
ENDSCAN
CLOSE DATA
RETURN



Thanks,
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform