<?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 Apr 2016 08:02:00 Z</lastBuildDate><pubDate>17 Apr 2016 17:22:00 Z</pubDate><description>Hi,&#13;
&#13;
one of my users ask me if I can provide a "search function" like Excel does.&#13;
He wants something like a fulltext search over all columns (there are a lot).&#13;
&#13;
Excel search the whole table, list the results in a window and if the user selects a result, it jumps to the cell and highlited it.&#13;
&#13;
So far so good. My first idea was AAF, but it founds only results in the visible part of the table.&#13;
So I have to build my own procedure.&#13;
&#13;
Is there any way to jump and highlite a specific column/row ?&#13;
&#13;
Tabelselect() and tableposition() only works with rows ...</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table/read.awp</link><title>[WD20] Select and highlite a row/column in a table</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/57329-wd20-select-and-highlite-row-column-table-57336/read.awp</comments><pubDate>18 Apr 2016 08:02:00 Z</pubDate><description>ok, I found it:&#13;
&#13;
It works only if the table is in edit mode ....</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57336/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57336/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table/read.awp">[WD20] Select and highlite a row/column in a table</source><title>Re: [WD20] Select and highlite a row/column in a table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57335/read.awp</comments><pubDate>18 Apr 2016 07:58:00 Z</pubDate><description>Hi Heinz,&#13;
&#13;
no, is not my friend :(. It doesn´t work.&#13;
I have 50 columns. I use&#13;
&#13;
setfocus(mytable.col_50) (which is the last …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57335/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57335/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table/read.awp">[WD20] Select and highlite a row/column in a table</source><title>Re: [WD20] Select and highlite a row/column in a table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57332/read.awp</comments><pubDate>17 Apr 2016 21:43:00 Z</pubDate><description>your friend is setfocus (Tablename.columnname)&#13;
&#13;
highlite a column is also possible : (Tablename.columnname..brushcolor = light…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57332/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57332/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table/read.awp">[WD20] Select and highlite a row/column in a table</source><title>Re: [WD20] Select and highlite a row/column in a table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57331/read.awp</comments><pubDate>17 Apr 2016 17:45:00 Z</pubDate><description>Ok, highlite and jump to the row is no problem.&#13;
But I don´t know how to jump to a specific column (cell)</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57331/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table-57331/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57329-wd20-select-and-highlite-row-column-table/read.awp">[WD20] Select and highlite a row/column in a table</source><title>Re: [WD20] Select and highlite a row/column in a table</title></item></channel></rss>
