Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hacking dbf header
Message
From
30/10/1998 12:10:24
 
 
To
30/10/1998 10:27:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00152025
Message ID:
00152884
Views:
26
>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

But only if they _belong_ to a .DBC, right? As I said, this works for *my* VFP5 app...
Paul M.
MCSE/MCSA/MCT/MCP+I, A+, Network+, I-Net+
Nil carborundum illegitimi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform