<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Oct 2015 10:34:00 Z</lastBuildDate><pubDate>9 Oct 2015 01:16:00 Z</pubDate><description>I have a settings window where the end user can choose a logo among other things. When the user first selects an image and clicks the save button I use the following code to save the image to the Db. It works.&#13;
HLinkMemo(Settings,Logo,IMG_Logo,hMemoImg) HModify(Settings) When the settings window is intializied I display the logo with the code:&#13;
IMG_Logo = Settings.Logo This also works. The problem is that if I don't change the image and click save it deletes the image memo from the Db. If I change the image and click save the new image is saved. I could just check to see if the image has changed before calling the top code block, but I feel like this should work. Why is HLinkMemo() deleting my image the second time around?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54385-wd20-save-image-memo-file-problem/read.awp</link><title>[WD20] Save Image Memo to Db File Problem</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54385-wd20-save-image-memo-file-problem-54390/read.awp</comments><pubDate>9 Oct 2015 10:34:00 Z</pubDate><description>Hi&#13;
&#13;
Maybe chaeck if it is already there before running the code to modify?&#13;
&#13;
&#13;
SOmethinsg like this&#13;
IF hreadfirst(file,filei…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54385-wd20-save-image-memo-file-problem-54390/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54385-wd20-save-image-memo-file-problem-54390/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54385-wd20-save-image-memo-file-problem/read.awp">[WD20] Save Image Memo to Db File Problem</source><title>Re: [WD20] Save Image Memo to Db File Problem</title></item></channel></rss>
