<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>16 Dec 2014 19:02:00 Z</lastBuildDate><pubDate>12 Dec 2014 22:07:00 Z</pubDate><description>Hello&#13;
&#13;
I'm developing a little application (A test for children in pre-school age)&#13;
My page contains 4 image and i have 45 records stored in the database that&#13;
contains the 4 images for each test (image1, image2, image3, image4).&#13;
&#13;
The image storing has not been a problem.&#13;
&#13;
Instead, my problem is when a record is loaded and when i try to load the images&#13;
from the database, the images don't appear.&#13;
&#13;
My code:&#13;
&#13;
sImageTempPath is string ="\ emp\ mpImage.png"&#13;
&#13;
//Reading the record&#13;
Hreadseek (tfl, id, gntest) // gntest contains the test number with the images&#13;
if hfound (tfl) then&#13;
hExtractMemo (tfl, image1, sImageTempPath)&#13;
Page.Image1=sImageTempPath&#13;
end&#13;
&#13;
The code seems to be correct, but i'm not able to see the image in the control.&#13;
&#13;
I have a similar project developed in Windev 17, and using the "dLoadImage" function, i'm able to see and navigate thru the various records reading the 4 images for each record read.&#13;
I thought Webdev was working the same way,&#13;
&#13;
Is there some friend who can help me to solve this problem (i think it is a stupid problem)?&#13;
&#13;
Thank in advance.&#13;
&#13;
Gianni</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp</link><title>[WB17] Storing images on a MySql db</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/49465-wb17-storing-images-mysql-49510/read.awp</comments><pubDate>16 Dec 2014 19:02:00 Z</pubDate><description>Hello Piet&#13;
&#13;
Yes... it could be a solution to try...&#13;
&#13;
I will check it..&#13;
&#13;
Thanks for the help&#13;
&#13;
Gianni</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49510/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49510/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49505/read.awp</comments><pubDate>16 Dec 2014 10:25:00 Z</pubDate><description>Hi Gianni,&#13;
&#13;
It may seem fine to use less efficient technique as long as it works, but in the long run it will work against you…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49505/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49505/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49499/read.awp</comments><pubDate>15 Dec 2014 15:13:00 Z</pubDate><description>Hi Issah&#13;
&#13;
The images are only 45 files...I think it is more easy to store them on the WEB directory and i can easily load them…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49499/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49499/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49493/read.awp</comments><pubDate>14 Dec 2014 22:32:00 Z</pubDate><description>Why don't you just link the image field to the database....after all, they are already in the database which is why you the "hEx…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49493/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49493/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-solved-49492/read.awp</comments><pubDate>14 Dec 2014 20:08:00 Z</pubDate><description>Hello to all&#13;
&#13;
I have applied this code:&#13;
&#13;
sImagePath is string&#13;
sImagePath=fwebdir()+"\"+tfl.image1 (the name of the image st…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-solved-49492/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-solved-49492/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db *** SOLVED**</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49491/read.awp</comments><pubDate>14 Dec 2014 15:35:00 Z</pubDate><description>Hi,&#13;
&#13;
Have you considered not adding a path to a picture but adding the picture itself to the mysql db ?&#13;
&#13;
Regards&#13;
&#13;
Allard</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49491/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49491/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49486/read.awp</comments><pubDate>14 Dec 2014 13:03:00 Z</pubDate><description>Hi Gianni&#13;
&#13;
1. dloadimage is normally used to load an image into an image VARIABLE, not into a field. Normally, the syntax for …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49486/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49486/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49479/read.awp</comments><pubDate>13 Dec 2014 22:04:00 Z</pubDate><description>Hello Fabrice&#13;
&#13;
Following your suggestion, now i have stored all the images in the pathname returned by the fWinDir () function…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49479/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49479/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49477/read.awp</comments><pubDate>13 Dec 2014 19:17:00 Z</pubDate><description>Hello Fabrice&#13;
&#13;
Thank you for the hint.. :-)&#13;
&#13;
Gianni</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49477/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49477/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49469/read.awp</comments><pubDate>12 Dec 2014 22:41:00 Z</pubDate><description>Hi Gianni&#13;
&#13;
in webdev, you ahve to be extra careful as to WHERE you try to do something on disk...&#13;
&#13;
So this&#13;
&#13;
sImageTempPath…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49469/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql-49469/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49465-wb17-storing-images-mysql/read.awp">[WB17] Storing images on a MySql db</source><title>Re: [WB17] Storing images on a MySql db</title></item></channel></rss>
