West Wind Internet Protocols 4.68 |
wwipstuff::encodedbf
|
Syntax: |
o.encodedbf(lcDBF, llHasMemo, lcEncodedName) |
| Return: | Encoded string of the file. If the file can't be encoded a blank string is returned in which case you can check the cErrorMsg property. |
| Parameters: |
lcDBF Name and path of the DBF file to encode. llHasMemo lcEncodedName |
| Remarks: | Header is 105 bytes plus the concatenated content of the DBF + the FTP file if any. wwDBF 5 bytes The FTP length must be buffered as an empty string (50 bytes) if not available. The actual file content is simply concatenated and decoded based on the lengths described in the header. |
See also: