<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Mar 2018 10:39:53 Z</lastBuildDate><pubDate>4 Mar 2018 22:26:00 Z</pubDate><description>Hi,&#13;
&#13;
I have been working on a small project that needs be finnished yesterday &lt; ;).&#13;
&#13;
So I did fast coding. with screen to file ect working direct on files , sometimes a custom query.&#13;
&#13;
Ok the problem&#13;
&#13;
I have a table and a child table connected to that. ===&gt; order ..==. orderline&#13;
&#13;
If I add an order then after adding it I need to redisplay with tabledisplay( tablename, tainit) to get the last added record as well.&#13;
Standaard after running this tainit the first row of the table gets selected ( because table is run again from start).&#13;
&#13;
How do I get that selection on the last added record?&#13;
&#13;
With the modify there is no problem , I select current record and it does fine.&#13;
&#13;
I donnot want to work with tableaddline if possible . As said the app is due Yesterday.&#13;
&#13;
Regards&#13;
Allard</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position/read.awp</link><title>WINDEV 22  tabledispay ( get record position )</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>José BRANDÃO</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64822/read.awp</comments><pubDate>5 Mar 2018 10:39:53 Z</pubDate><description>Hi,&#13;
&#13;
you need to identify the order you just added with an unique code, either line or code (ex: sOrderCodeVariable) and then …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64822/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64822/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position/read.awp">WINDEV 22  tabledispay ( get record position )</source><title>Re: WINDEV 22  tabledispay ( get record position )</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64820/read.awp</comments><pubDate>5 Mar 2018 09:11:00 Z</pubDate><description>Hi Allard,&#13;
&#13;
It's rarely the case that the last record added is also the last record in the file, so you'd better do a TableSee…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64820/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64820/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position/read.awp">WINDEV 22  tabledispay ( get record position )</source><title>Re: WINDEV 22  tabledispay ( get record position )</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64819/read.awp</comments><pubDate>5 Mar 2018 00:23:00 Z</pubDate><description>Thanks Al !!</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64819/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64819/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position/read.awp">WINDEV 22  tabledispay ( get record position )</source><title>Re: WINDEV 22  tabledispay ( get record position )</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64818/read.awp</comments><pubDate>4 Mar 2018 22:35:00 Z</pubDate><description>Hello Allard&#13;
&#13;
TableCount() returns the number of rows in a table so TableselectPlus(tablename,tablecount(tablename)) should ta…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64818/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position-64818/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64815-windev-22-tabledispay-get-record-position/read.awp">WINDEV 22  tabledispay ( get record position )</source><title>Re: WINDEV 22  tabledispay ( get record position )</title></item></channel></rss>
