<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 Aug 2015 16:24:00 Z</lastBuildDate><pubDate>27 Aug 2015 18:42:00 Z</pubDate><description>Hello,&#13;
&#13;
Is it possible to change the record numbers in a database file? It is a table with invoice lines and i need a function to change the order of lines. It is a table with direct acces.&#13;
&#13;
Thanks!</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp</link><title>Change record number in database</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/53697-change-record-number-database-53722/read.awp</comments><pubDate>28 Aug 2015 16:24:00 Z</pubDate><description>Sammy&#13;
Depends whether you need a permanent or temporary change to the order.&#13;
&#13;
If permanent then does as already suggested wit…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53722/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53722/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53721/read.awp</comments><pubDate>28 Aug 2015 15:16:00 Z</pubDate><description>Sammy&#13;
&#13;
If it is a temp file then just load the contents to a memory table control recording the current desired positions in a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53721/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53721/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53720/read.awp</comments><pubDate>28 Aug 2015 15:02:00 Z</pubDate><description>I also use a process similar to what Markus mentioned. I just have a field on OrderLine called "Sequence" so that when you bring…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53720/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53720/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53718/read.awp</comments><pubDate>28 Aug 2015 14:53:00 Z</pubDate><description>Hi again&#13;
&#13;
personnaly, for all sort orders, I use a high precision numeric..&#13;
&#13;
This allows me to add after or before a line by…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53718/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53718/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53716/read.awp</comments><pubDate>28 Aug 2015 14:08:00 Z</pubDate><description>Hi Sammy,&#13;
&#13;
for the orderlines i use an own field which holds an index: If you add the first orderline it gets value 1, second …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53716/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53716/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>CCordes</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53714/read.awp</comments><pubDate>28 Aug 2015 13:40:40 Z</pubDate><description>Usually an invoice line item record will have the Id of the parent invoice, and a auto-incremented id for the line itself,&#13;
You …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53714/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53714/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53715/read.awp</comments><pubDate>28 Aug 2015 13:38:00 Z</pubDate><description>It is a temp file that i use. What is then the best way to move the order of the lines?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53715/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53715/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53712/read.awp</comments><pubDate>28 Aug 2015 11:52:00 Z</pubDate><description>Hi Sammy&#13;
&#13;
I see&#13;
&#13;
First I have to say that I would NOT use automatic identifier as line numbers for invoices, but I would hav…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53712/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53712/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53711/read.awp</comments><pubDate>28 Aug 2015 10:36:00 Z</pubDate><description>Fabrice,&#13;
&#13;
First thanks for your reply!&#13;
It is a data file with automatic rec numbers.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53711/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53711/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53702/read.awp</comments><pubDate>27 Aug 2015 19:38:00 Z</pubDate><description>Hi Sammy&#13;
&#13;
What are your record numbers? Automatic IDs? Something else?&#13;
When you are saying "it is a table...", are you talkin…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53702/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database-53702/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53697-change-record-number-database/read.awp">Change record number in database</source><title>Re: Change record number in database</title></item></channel></rss>
