<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Jul 2017 08:31:00 Z</lastBuildDate><pubDate>18 Jul 2017 04:25:00 Z</pubDate><description>Hi Folks&#13;
&#13;
I have a check box with 10 options. How do I tell which option user just modified?&#13;
&#13;
If user checks one item, how can I programatically know which one was checked (modified). I want to be able to uncheck an other option that must be unchecked if this value is checked.&#13;
&#13;
e.g.: if user checks [5] then I want to uncheck [4] [6] and [7] and if user checks [6] then I must uncheck [4] [5] and [7].&#13;
&#13;
there no place to set them to false before the click. ( only init and click methods )&#13;
I could store all the values and match them, but seems unnecessary.&#13;
&#13;
Thanks</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value/read.awp</link><title>Check Box - just checked value</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/61797-check-box-just-checked-value-61806/read.awp</comments><pubDate>18 Jul 2017 08:31:00 Z</pubDate><description>Hi Guenter&#13;
&#13;
Those methods weren't showing before?!? ( only had init and modifying... )&#13;
Yes you are right. I can work with tha…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61806/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61806/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value/read.awp">Check Box - just checked value</source><title>Re: Check Box - just checked value</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61805/read.awp</comments><pubDate>18 Jul 2017 08:16:00 Z</pubDate><description>Hi, if you really want to know *which checkbox* has been clicked then I'd compare values at entry of the Checkbox control and va…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61805/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61805/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value/read.awp">Check Box - just checked value</source><title>Re: Check Box - just checked value</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61804/read.awp</comments><pubDate>18 Jul 2017 07:16:00 Z</pubDate><description>Hello Mark&#13;
&#13;
I just tried in a test and it worked ok&#13;
&#13;
Code in the Initializing event will preset the data&#13;
CheckBox1[3] = Tru…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61804/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61804/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value/read.awp">Check Box - just checked value</source><title>Re: Check Box - just checked value</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61803/read.awp</comments><pubDate>18 Jul 2017 05:34:00 Z</pubDate><description>Hi Al&#13;
I do that, but it doesn't help to identify which the user has just clicked on.&#13;
I could create 10 seperate checkboxes, bu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61803/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61803/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value/read.awp">Check Box - just checked value</source><title>Re: Check Box - just checked value</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61802/read.awp</comments><pubDate>18 Jul 2017 04:44:00 Z</pubDate><description>Hello Mark&#13;
&#13;
I have not used a multi-option checkbox, but the normal process is Windev is to use the index number to identify t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61802/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value-61802/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61797-check-box-just-checked-value/read.awp">Check Box - just checked value</source><title>Re: Check Box - just checked value</title></item></channel></rss>
