Hi All
Is there any way to stop DBF files being opened by excel etc
Cheers
Colin
Hi All
Is there any way to stop DBF files being opened by excel etc
Cheers
Colin
Hi,
You can try while exit program to change first byte to of the .dbf file to '01' and wile starting application change it back to '03'
Regards,
Colin
If I recall .. you can rename a .dbf to any extension you wish ( like .dat ) and when you open the file you will need to use the name and extention :
Select 1
Use ( "Table.dat" ) via "DBFCDX" SHARED
Should work ..
Rick Lipkin