Takes a string encoded with EncodeDbf() and converts it back into a physical file. If the string contains a DBF with a memo the memo is also restored.

Used extensively in Web data transfers.

Syntax:

o.decodedbf(lcBuffer, lcDBF)
Return: .t. or .f.
Parameters: lcBuffer
Buffer of the file to decode. Must be a full DBF or DBF/FPT pair properly encoded by EncodeDbf.

lcDBF
The file to save to. The file will be written to disk with this name.

See also:

Class wwipstuff

Updated: 8/27/2000 | Send topic feedback