<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 Nov 2020 13:54:59 Z</lastBuildDate><pubDate>26 Nov 2020 12:40:42 Z</pubDate><description>I found this example code that I adapted to my table, but info always gives me the same table value and it doesn't change with every interaction, where am I wrong?&#13;
the checkbox is not a field of the database but a "virtual" field of the table&#13;
&#13;
Sub is int&#13;
FOR Sub =1 TO TableCount(TABLE_QRY_TabTrasn)&#13;
	IF TABLE_QRY_TabTrasn.COL_SELE[Sub] = True THEN&#13;
		// Process the selected row&#13;
		Info(TABLE_QRY_TabTrasn.COL_Importo)	&#13;
	END&#13;
END&#13;
&#13;
thanks</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox/read.awp</link><title>For each with table and checkbox</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Chura WALLY</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68152/read.awp</comments><pubDate>28 Nov 2020 13:54:59 Z</pubDate><description>TAMBIEN pueds utilizar&#13;
&#13;
FOR each row of TABLE_QRY_TabTrasn&#13;
	if COL_sele then &#13;
		trace(COL_Importo)&#13;
	end&#13;
&#13;
END</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68152/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68152/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox/read.awp">For each with table and checkbox</source><title>Re: For each with table and checkbox</title></item><item><author>marcov</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68143/read.awp</comments><pubDate>26 Nov 2020 16:51:34 Z</pubDate><description>thanks&#13;
:thank you:</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68143/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68143/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox/read.awp">For each with table and checkbox</source><title>Re: For each with table and checkbox</title></item><item><author>test</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68139/read.awp</comments><pubDate>26 Nov 2020 14:40:50 Z</pubDate><description>you are missing the [sub] on the info line... without it, you are always displaying he value of the currently selected line, and…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68139/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox-68139/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/68136-for-each-with-table-and-checkbox/read.awp">For each with table and checkbox</source><title>Re: For each with table and checkbox</title></item></channel></rss>
