Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening files..
Message
 
 
To
06/08/2007 21:00:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01246351
Message ID:
01246362
Views:
33
This message has been marked as the solution to the initial question of the thread.
>Hi thanks, yes they have the same structure. I'm trying the code you gave me and made some modification. The file is .DAT, I'm getting error on the use (m.lcMyDir + laFiles[m.lnI,1]) in 0 alias Workfile. It says NOT A TABLE/DBF.
>
>I'm trying to work that out. Thanks! :)


If the file is .DAT you can not open it with the USE command.

In other words, the code now would be even simpler, something like

append from (m.lcDir + laFiles[m.lnI,1]) type SDF && (or what is your type?)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform