Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to disable open VFP tables in Foxpro for DOS ?
Message
 
To
07/02/2003 20:38:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00750356
Message ID:
00751020
Views:
23
>>To have compatible DBF working in both, FPD and VFP, you need to keep the table structure acceptable for FPD. On this way you will loose some advantages of VFP database management.
>>To create a FPD_dbf in VFP you may use:
>>
>>create curs tmpcurs (...
>>copy to (table_name) Fox2X
>
>Hi Yuri,
>
>Thanks for the reply, I'm sorry if my question is confusing you, what I wanted is the other way around, I want to make the tables can not be opened in VFD because right now my tables can be opened in FPD.
>
>
>regards,
>
>Budianto

Then you may use VFP ability to work with tables for FPD.
In VFP:
1. use table_dos
2. copy to newtable_name with cdx
*Be sure that index file is actually CDX in FPD: programmers often used simple index file, idx, in the past. Also they often created tables having index file with different names.
*New table you will not be able to open in FPD, but in VFP only.
*Now rename tables as needed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform