Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Locate at another directory
Message
De
21/04/2006 15:24:43
 
 
À
21/04/2006 15:18:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01115541
Message ID:
01115560
Vues:
8
hi,
thank you both again,it works

time at jordan 10.30 befor mid night.

i know somthing else at your countreis,

have a nice time.



>>i try as under ,i must got message but it make copy
>>
>>lcFile=('gcDelimName')
>>if adir(dummy,lcFile)>0
>>  MESSAGEBOX(" file exists')
>>else
>> COPY fields no,date TO (gcDelimName) XL5
>>endif
>>

>
>Why are you using parenthesis and quotes around the variable name? You can either use the original varname directly or assign it to lcFile:
>
>lcFile=gcDelimName
>
>if adir(dummy,lcFile)>0
>  MESSAGEBOX(" file exists')
>else
> COPY fields no,date TO (gcDelimName) XL5
>endif
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform