<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>31 Dec 2015 16:33:00 Z</lastBuildDate><pubDate>30 Dec 2015 21:41:00 Z</pubDate><description>I was tring a way to write the code of an event on table columns once instead of copying the procedure (the call of a procedure if it is more than 2 rows of code) inside the code in response to the same event on N columns of a table. Unfortunately I cannot succeed in this task. Did anyone succeded in archieving this?&#13;
&#13;
Example: I have a table control "TABLE_Person" with 20 editable columns:&#13;
COL_name, COL_surname, COL_address, COL_city, COL_zipcode, COL_age and so on...&#13;
&#13;
If I want to execute the simple code MySelf..Value = MySelf..Note for the "Entry" or "Exit" event for each column the user can edit. Now I need to put that code in the event of COL_name and copy it the same for all the other columns.&#13;
Final result... N columns = N copy of that code&#13;
&#13;
Thank you.&#13;
Stefano</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once/read.awp</link><title>manage events on several table columns once</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/55690-manage-events-several-table-columns-once-55704/read.awp</comments><pubDate>31 Dec 2015 16:33:00 Z</pubDate><description>Yes, already tried even this way.&#13;
Unfortunately there is no specific event on entry/exit of a column...&#13;
It reminds me the head…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55704/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55704/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once/read.awp">manage events on several table columns once</source><title>Re: manage events on several table columns once</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55702/read.awp</comments><pubDate>31 Dec 2015 15:16:00 Z</pubDate><description>Stefano,&#13;
&#13;
maybe an event is fired whenever you enter/exit a column?&#13;
&#13;
Event("your_proc",TABLE_Person..Name,0)&#13;
&#13;
See the help…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55702/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55702/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once/read.awp">manage events on several table columns once</source><title>Re: manage events on several table columns once</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55701/read.awp</comments><pubDate>31 Dec 2015 14:50:00 Z</pubDate><description>Thank you for the answer.&#13;
This - being an expert like you to sayd that - confirms I can't do nothing more than what I'm doing n…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55701/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55701/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once/read.awp">manage events on several table columns once</source><title>Re: manage events on several table columns once</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55697/read.awp</comments><pubDate>31 Dec 2015 12:52:00 Z</pubDate><description>Hi Stefano,&#13;
&#13;
first, myself..anything will work only in the code of the column...&#13;
&#13;
Second, you can use a procedure call that …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55697/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once-55697/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55690-manage-events-several-table-columns-once/read.awp">manage events on several table columns once</source><title>Re: manage events on several table columns once</title></item></channel></rss>
