Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help! dbf FileCopy
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00415706
Message ID:
00415723
Views:
17
Don't use FileCopy, VFP will complain everytime it cannot find the DBC or the index. To avoid this problem, create a new free table from VB:
- Open the original table
- Create a new one where you want it
- Copy all the records from the original table to the new table
- Close the original table

HTH
>please help me! i used FileCopy to copy a dbf file (which belongs to a dbc) to a another folder. now i tried to open the dbf i copied on the other folder but it says that the dbf belongs to a dbc, i was asked if i want to locate the dbc or delete the link and make it a free table, i chose delete but then it prompted a msg saying 'Structural CDX File not found!' then i clicked ignore and then i finally get to open my dbf
>
>can anyone tell me how to bypass all these errors using hardcode in VB?
Previous
Reply
Map
View

Click here to load this message in the networking platform