Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using FPW 2.6 data in VFP 6.0 (Not a fox table)
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00636155
Message ID:
00636220
Views:
19
Frederick,

To add to what Tracy said...

You can change the codepage on a table using the cpzero program; you should find it if you do a search on your C drive. Copy that program somewhere in your VFP path, so it will be available when you need it. Codepage 437 should work for FPW 2.6. You can call it like this, on a table that is not currently open.
cpzero("mytable.dbf",437)
>I've been using some FPW 2.6 tables in VFP 6.0, adding records, deleting, packing, reindex, etc... Haven't added any new fields. Am running across compatiblity problems of "Not a Fox table/DBF" when trying to USE the table in FPW 2.6.
>
>Any ideas?
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform