Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hacking dbf header
Message
From
30/10/1998 10:27:08
 
 
To
29/10/1998 09:37:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00152025
Message ID:
00152815
Views:
18
Hi Paul.

>Here's how I convert a FoxPlus table to a VFP table:
>
>TmpA = FOpen('\\DevOne\WhosIn\PkHsMain.dbf',12)
>TmpB = FSeek(TmpA,0)
>TmpC = FWrite(TmpA,CHR(67))
>TmpD = FFlush(TmpA)
>TmpE = FClose(TmpA)

That won't do it, I'm afraid. In addition to a byte change in the header, VFP tables also have a DBC pointer area after the field definitions and before the data area.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform