Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flip a bit in the header
Message
De
18/04/2005 09:48:08
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01005747
Message ID:
01005760
Vues:
20
>>Try this, but keep in mind its not tested
>>
>>tblH = FOPEN("MyTable.DBF", 12)
>>IF tblH > 0
>>   =FSEEK(tblH, 28,0)     && 28 byte from beginning of the file
>>   =FWRITE(tblH,CHR(0),1)
>>   =FCLOSE(tblH)
>>ENDIF
>>
>
>It'll wipe out "file has a Memo field" flag also if it's present.

Is there something available that denotes the header information/locations for different versions of Foxpro?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform