<?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 Nov 2020 04:26:54 Z</lastBuildDate><pubDate>26 Oct 2020 09:26:11 Z</pubDate><description>Hello, I have the following doubt.&#13;
I have an "image" field in a data file, which through a form I can add a photo (for example, a customer's photo).&#13;
I do this with the following code:&#13;
&#13;
// select an image&#13;
sImagePath is string = fImageSelect("","","")&#13;
IF sImagePath &lt;&gt; "" THEN&#13;
	IMG_Foto = sImagePath&#13;
	IMG_Foto..Modified	= True&#13;
END&#13;
&#13;
the problem is that I NEED to add that same photo in a table "EDIT IN PLACE", by means of a button, which I put in a container, but I cannot add it in any way, (the field is empty once I decide to save). no data remains.&#13;
Does anyone know what would be the correct code in this case?&#13;
From already thank you very much</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode/read.awp</link><title>How to add an image field on a table in "Edit in place" mode</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>theboywiththelight</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68102/read.awp</comments><pubDate>12 Nov 2020 04:26:54 Z</pubDate><description>Guenter escribío: &#13;
&gt; Hi, I did a test and indeed, it's not that easy to add an image this way, imho it's even impossible. But t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68102/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68102/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode/read.awp">How to add an image field on a table in "Edit in place" mode</source><title>Re: How to add an image field on a table in "Edit in place" mode</title></item><item><author>RichardRoe</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68067/read.awp</comments><pubDate>1 Nov 2020 10:53:01 Z</pubDate><description>Hi, I did a test and indeed, it's not that easy to add an image this way, imho it's even impossible. But that's not a big proble…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68067/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68067/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode/read.awp">How to add an image field on a table in "Edit in place" mode</source><title>Re: How to add an image field on a table in "Edit in place" mode</title></item><item><author>astrald2m</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68064/read.awp</comments><pubDate>28 Oct 2020 23:44:27 Z</pubDate><description>if i select an image then the image stores in the table, but when i click on validate button didn´t record.&#13;
i back to the table…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68064/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68064/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode/read.awp">How to add an image field on a table in "Edit in place" mode</source><title>Re: How to add an image field on a table in "Edit in place" mode</title></item><item><author>astrald2m</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68063/read.awp</comments><pubDate>28 Oct 2020 23:41:15 Z</pubDate><description>Thanks for the answer.&#13;
It doesn´t work&#13;
It works in a form mode, but in a edit in place table don´t.&#13;
Any other suggestion?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68063/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68063/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode/read.awp">How to add an image field on a table in "Edit in place" mode</source><title>Re: How to add an image field on a table in "Edit in place" mode</title></item><item><author>RichardRoe</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68059/read.awp</comments><pubDate>26 Oct 2020 16:48:50 Z</pubDate><description>Hi, &#13;
&#13;
you just forgot to mention the Table's name in your code ...&#13;
&#13;
Table.IMG_FOTO = ... is the most simple way if Table.IMG…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68059/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode-68059/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68058-how-add-image-field-table-edit-place-mode/read.awp">How to add an image field on a table in "Edit in place" mode</source><title>Re: How to add an image field on a table in "Edit in place" mode</title></item></channel></rss>
