Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hacking dbf header
Message
De
30/10/1998 12:10:24
 
 
À
30/10/1998 10:27:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00152025
Message ID:
00152884
Vues:
27
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform