When files are exported to AS/400, an additional file is created for each file having memo fields.
The name of this additional file is made of the first 8
characters of the main file name, prefixed by 2 underscore characters ( __ ).
In the main file, memo field is replaced by a numeric field containing the memo
ID.
Memo files are automatically managed by Easycom when the main file is accessed in native mode.
When the file is managed with SQL, you only get the memo ID. You need to manage the memo file to get the memo value.
When your WinDev program doesn’t need memo values, it is recommended to disable memo management with HSetMemo function.