<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Mar 2015 10:04:00 Z</lastBuildDate><pubDate>25 Mar 2015 10:53:00 Z</pubDate><description>Hi I use set focus on a table. So I can tab through the application without using the mouse. Ok this works fine but i need something extra&#13;
&#13;
I Added a button in a container in a table if clicked the row is copied using tableaddline to a new row. I would like to use something like setfocus to set the focus on the newly added row ( memory table ). Now the row I selected to copy gets the focus.&#13;
&#13;
SetFocus(TABLE_Dagboekregels.COL_Omschrijving)&#13;
&#13;
will set the focus on the "Omschrijving"Field in the row. But it does it on the row that is copied not the newly added row. It doesnot matter if I add this code before or after the tableaddline()&#13;
&#13;
Anyone any Ideas?&#13;
&#13;
thanks&#13;
&#13;
Allard</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question/read.awp</link><title>set focus question</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/51163-set-focus-question-51193/read.awp</comments><pubDate>26 Mar 2015 10:04:00 Z</pubDate><description>Hi&#13;
&#13;
Thanks Fabrice works like a charm.&#13;
&#13;
My code after the tableaddline():&#13;
&#13;
SetFocus(TABLE_Dagboekregels.COL_Omschrijving)&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51193/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51193/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question/read.awp">set focus question</source><title>Re: set focus question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51191/read.awp</comments><pubDate>26 Mar 2015 09:47:00 Z</pubDate><description>Hi&#13;
&#13;
Thanks I think i have to try what fabrice suggested&#13;
&#13;
Ivan&#13;
&#13;
No that isnot possible. It is a memory table, nothing is sa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51191/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51191/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question/read.awp">set focus question</source><title>Re: set focus question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51169/read.awp</comments><pubDate>25 Mar 2015 11:43:00 Z</pubDate><description>Hi Allard,&#13;
&#13;
Did u try inserting after TableAdLline() TableDisplay(TABLE_TABLE, taCurrentRecord) (this will refresh table and p…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51169/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51169/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question/read.awp">set focus question</source><title>Re: set focus question</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51168/read.awp</comments><pubDate>25 Mar 2015 11:40:00 Z</pubDate><description>Hi Allard&#13;
&#13;
tableselectplus(tableName, NewLineIndex)&#13;
THEN setfocus on tablename&#13;
&#13;
Best regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51168/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question-51168/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51163-set-focus-question/read.awp">set focus question</source><title>Re: set focus question</title></item></channel></rss>
