|
|
|
|
|
- Binary Memo item that uses HFSQL thumbnails
- Managing memos in SQLite
<Source>.ExtractMemo (Function) In french: <Source>.ExtraitMémo
Not available with this kind of connection
Extracts the content of a binary memo item from an HFSQL data file, from a query or from an HFSQL view into a physical file (on disk). Syntax
Extracting a memo Hide the details
<Result> = <Source>.ExtractMemo(<Memo item> [, <Destination file>])
<Result>: Boolean - True if the operation was performed,
- False if a problem occurs. HError is used to identify the error.
<Source>: Type corresponding to the specified source Name of data file (query of view) used. <Memo item>: Character string Name of the item containing the binary memo to extract. <Destination file>: Optional character string Path and full name of the file where the content of the item must be saved. If this parameter is not specified, the binary memo is saved in its initial path and file. The creation date and the date of last modification of this file are restored.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|