Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flip a bit in the header
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01005747
Message ID:
01005759
Views:
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.

Yes, but Tamas said that want to replace that flag with 0x00.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform