<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 May 2017 13:56:00 Z</lastBuildDate><pubDate>12 May 2017 04:28:00 Z</pubDate><description>Hi&#13;
&#13;
Im trying show images from a database in a image control but nothing is displayed.&#13;
&#13;
Its a php Project.&#13;
&#13;
Here is the code:&#13;
&#13;
HReadSeekFirst(Chamados,ChamadosID,LOOP_CHAMADOS)&#13;
IF HFound(Chamados) THEN&#13;
FSTC_DESCRICAO = Chamados.Descricao&#13;
FSTC_SOLICITANTE = Chamados.Solicitante&#13;
EDT_RESPOSTA = Chamados.Resposta&#13;
RADIO_STATUS = Chamados.Status&#13;
IMG_ANEXO..Image = Chamados.Anexo1 &lt;============&#13;
PopupDisplay(POPUP_CHAMADOS,popupCenter+popupFixed)&#13;
END</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database/read.awp</link><title>WB21 Show Image from Mysql Database</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/60839-wb21-show-image-from-mysql-database-60846/read.awp</comments><pubDate>12 May 2017 13:56:00 Z</pubDate><description>Hi Julio,&#13;
&#13;
if you are not fans of HLinkMemo/HExtractMemo ,&#13;
another method is convert image/file to base64 before save . when …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60846/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60846/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database/read.awp">WB21 Show Image from Mysql Database</source><title>Re: WB21 Show Image from Mysql Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60843/read.awp</comments><pubDate>12 May 2017 11:28:00 Z</pubDate><description>...continue&#13;
&#13;
This is the portion of code to load the pictures from database:&#13;
sSql is string dsMyQuery is Data Source bRes is …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60843/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60843/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database/read.awp">WB21 Show Image from Mysql Database</source><title>Re: WB21 Show Image from Mysql Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60842/read.awp</comments><pubDate>12 May 2017 11:27:00 Z</pubDate><description>Hi Julio&#13;
&#13;
First, you need to set your field in the table as a longblob type.&#13;
&#13;
Code to select the image and put it in the ima…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60842/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60842/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database/read.awp">WB21 Show Image from Mysql Database</source><title>Re: WB21 Show Image from Mysql Database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60840/read.awp</comments><pubDate>12 May 2017 09:44:00 Z</pubDate><description>Hi Julio,&#13;
&#13;
Did you set the image type correctly in the image control description?&#13;
&#13;
Kind regards,&#13;
Piet</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60840/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database-60840/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60839-wb21-show-image-from-mysql-database/read.awp">WB21 Show Image from Mysql Database</source><title>Re: WB21 Show Image from Mysql Database</title></item></channel></rss>
