llff
Remove Structural CDX or Memo flag from a table
The VFP low level file functions (LLFF) can be used to open a table as a file and read/write its header. The Table Header Record Structure is documented in VFP help under Table File Structure.
Note 1 Removing Structural CDX flag will effectively disassociate CDX file from the table but not delete the CDX file.
Note 2 Removing Memo flag will allow to open a table and access all fields excluding memo fields. Attempt to access the memo fields will generate an error.
Check if table is part of DBC
It is easy to find out if a table belongs to the open Database Container (DBC) using INDBC() function. Sometimes it's necessary to check it w/o referring to DBC itself.
VFP implementation of GetZipComment and GetZipFilesList for ZIP acrchives
VFP class below allows retrieval of a ZIP file comment or a list/count of files in the ZIP archive. It uses VFP low level file functions (LLFF) to directly read the ZIP file.
Recent comments
1 week 9 hours ago
1 week 9 hours ago
1 week 15 hours ago
1 week 18 hours ago
1 week 1 day ago
2 weeks 1 day ago
6 weeks 1 day ago
7 weeks 2 days ago
7 weeks 3 days ago
8 weeks 23 hours ago