<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>19 May 2015 16:57:00 Z</lastBuildDate><pubDate>15 May 2015 14:55:00 Z</pubDate><description>i am try select checkbox in table control to set value is true but not proper work my code&#13;
&#13;
i,j is int&#13;
&#13;
HReadFirst(QRY_GetChapterWaysQurstion)&#13;
FOR i=1 _TO_ StringCount(QRY_GetChapterWaysQurstion.SQ_QM_ID,",")&#13;
//info(ExtractString(sVst,i,", "))&#13;
j=ExtractString(QRY_GetChapterWaysQurstion.SQ_QM_ID,i,",")&#13;
TableSelectPlus(TABLE_QuestionMaster,TABLE_QuestionMaster.COL_QuestionMasterID,j)&#13;
TABLE_QuestionMaster.COL_chekbox..Value=True&#13;
END</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control/read.awp</link><title>table control in add checkbox control</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/52119-table-control-add-checkbox-control-52184/read.awp</comments><pubDate>19 May 2015 16:57:00 Z</pubDate><description>Do you want to save the value as well?&#13;
&#13;
Why donnot keep code simple,. In the when everchanged section of a colum of the table.…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control-52184/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control-52184/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control/read.awp">table control in add checkbox control</source><title>Re: table control in add checkbox control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control-52159/read.awp</comments><pubDate>18 May 2015 12:16:00 Z</pubDate><description>but sir&#13;
&#13;
that is not proper work,&#13;
i try it,&#13;
&#13;
IF HNbRec(QRY_GetChapterWaysQurstion)&gt;0 THEN&#13;
n,i,j is int&#13;
HReadFirst(QRY_Get…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control-52159/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control-52159/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control/read.awp">table control in add checkbox control</source><title>Re: table control in add checkbox control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control-52121/read.awp</comments><pubDate>15 May 2015 15:17:00 Z</pubDate><description>Hi Vijay,&#13;
&#13;
let n = TableSeek(TABLE_QuestionMaster,COL_QuestionMasterID,j)&#13;
IF n &gt; 0 THEN&#13;
COL_Checkbox[n] = True&#13;
END&#13;
&#13;
Best …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control-52121/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control-52121/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52119-table-control-add-checkbox-control/read.awp">table control in add checkbox control</source><title>Re: table control in add checkbox control</title></item></channel></rss>
