Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate at another directory
Message
From
21/04/2006 15:24:43
 
 
To
21/04/2006 15:18:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01115541
Message ID:
01115560
Views:
7
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
>
Previous
Reply
Map
View

Click here to load this message in the networking platform