<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 Jul 2017 22:00:00 Z</lastBuildDate><pubDate>7 Jul 2017 20:26:00 Z</pubDate><description>I would like to browse a table and extract the rows to another table.So far i have managed to do it with only the firs row.Can someone tell me what comand i can use to modify TableRecNum so i can make a loop that extracts all rows .&#13;
&#13;
tableaddline(table2)&#13;
table2.col1=table1.col1&#13;
table2.col2=table1.col2</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table/read.awp</link><title>what command to use ?(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/61607-what-command-use-table-61645/read.awp</comments><pubDate>8 Jul 2017 22:00:00 Z</pubDate><description>Hi&#13;
&#13;
so you said that your tables were filled by programming, but that clearly is true only for the table 2.&#13;
&#13;
For a table lin…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61645/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61645/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table/read.awp">what command to use ?(table)</source><title>Re: what command to use ?(table)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61637/read.awp</comments><pubDate>8 Jul 2017 11:58:00 Z</pubDate><description>I think you have your tablecontrol setup as a browsing table, so bound to a database file. Then the data is coming from that sid…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61637/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61637/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table/read.awp">what command to use ?(table)</source><title>Re: what command to use ?(table)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61633/read.awp</comments><pubDate>8 Jul 2017 03:37:00 Z</pubDate><description>i get this error message;&#13;
File or query used by TABLE_1 as data source.&#13;
Only visible elements will be available in programming…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61633/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61633/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table/read.awp">what command to use ?(table)</source><title>Re: what command to use ?(table)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61632/read.awp</comments><pubDate>8 Jul 2017 00:49:00 Z</pubDate><description>Hi&#13;
&#13;
Indeed you should take a look at the tutorial it saves you time. But I will try to help you out a bit in your question&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61632/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61632/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table/read.awp">what command to use ?(table)</source><title>Re: what command to use ?(table)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61629/read.awp</comments><pubDate>7 Jul 2017 22:15:00 Z</pubDate><description>what error?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61629/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61629/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table/read.awp">what command to use ?(table)</source><title>Re: what command to use ?(table)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61626/read.awp</comments><pubDate>7 Jul 2017 20:51:00 Z</pubDate><description>table bye programing:&#13;
&#13;
tableaddline(table2)&#13;
table2.col1[1]=table1.col1[1]&#13;
&#13;
i just tried it generates error</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61626/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61626/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table/read.awp">what command to use ?(table)</source><title>Re: what command to use ?(table)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61625/read.awp</comments><pubDate>7 Jul 2017 20:42:00 Z</pubDate><description>Hi&#13;
&#13;
Let me start by saying that it looks like you should start by studying the tutorial that comes with WinDev, in DETAILS.&#13;
&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61625/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table-61625/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61607-what-command-use-table/read.awp">what command to use ?(table)</source><title>Re: what command to use ?(table)</title></item></channel></rss>
