Memos are stored in separated files. When WinDev reads a record, it reads all the fields, including memos.
If your application is not using the memos, deactivate the memos with function HGèreMémo.
<Résultat> = HGèreMémo([<Nom du fichier>, [<Nom de la rubrique>,]] <Mode de gestion>)
Avec hMémoOui pour activer et hMémoNon pour désactiver.
Warning ! This function must be called while the file is closed to take effect. Close the file before to call HGèreMémo.