Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from SDF
Message
From
02/10/2002 23:24:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Append from SDF
Miscellaneous
Thread ID:
00707201
Message ID:
00707201
Views:
54
Dear All,

When I try to append some text files (no extention file) using :

FleName=adir(Farray,"\\server1\data\CD*")
for x=1 to FleName
pathFl="\\server1\data\"+Farray(x,1)
append from(pathFl) sdf
endfor

sometimes it works 100% and sometimes it comes with en error message saying that the files is not a valid text file and asking for TXT extention.

Does anyone can tell where did I go wrong here ?


Thanks.
Jalu.
Next
Reply
Map
View

Click here to load this message in the networking platform