<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>2 Jun 2016 08:58:00 Z</lastBuildDate><pubDate>31 May 2016 16:25:00 Z</pubDate><description>Hello.&#13;
&#13;
I have a number of table controls which have quite a lot of records 20K+ they take a few seconds to populate which is fine, but the auto calculations (sum and counter) take a little longer, i have impatient users of the program clicking on things before these have been calculated. Is there a command to show when this has finished, table end initialization doesnt take into account the auto calculations.&#13;
&#13;
thanks&#13;
&#13;
ISO</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21/read.awp</link><title>table auto calculations [WD21]</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/57915-table-auto-calculations-wd21-57940/read.awp</comments><pubDate>2 Jun 2016 08:58:00 Z</pubDate><description>Hi Paulo&#13;
&#13;
Yes i had actually tried that before it didn't work sadly.&#13;
&#13;
Thanks&#13;
&#13;
ISO</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57940/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57940/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21/read.awp">table auto calculations [WD21]</source><title>Re: table auto calculations [WD21]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57935/read.awp</comments><pubDate>1 Jun 2016 14:06:00 Z</pubDate><description>Hi&#13;
&#13;
I couldn't find out columnCount/columnSum/..Avg in a row&#13;
&#13;
eg&#13;
A B C columnTotal&#13;
10 20 30 60&#13;
1 2 7 10&#13;
&#13;
Appreciated if…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57935/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57935/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21/read.awp">table auto calculations [WD21]</source><title>Re: table auto calculations [WD21]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57932/read.awp</comments><pubDate>1 Jun 2016 11:39:00 Z</pubDate><description>I didn't test this but it may work.&#13;
init code&#13;
yourtable..TotalsEnabled = False&#13;
&#13;
end of int code&#13;
openchild(WIN_Wait)&#13;
yourta…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57932/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57932/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21/read.awp">table auto calculations [WD21]</source><title>Re: table auto calculations [WD21]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57929/read.awp</comments><pubDate>1 Jun 2016 11:21:00 Z</pubDate><description>thanks guys&#13;
&#13;
i added these lines to the table end of init,,&#13;
&#13;
NoOf is int = myself.COL_IntStudentId[rowCount]&#13;
Close(WIN_Wait…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57929/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57929/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21/read.awp">table auto calculations [WD21]</source><title>Re: table auto calculations [WD21]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57920/read.awp</comments><pubDate>31 May 2016 21:00:00 Z</pubDate><description>Iso&#13;
&#13;
Depends how you are getting your data.&#13;
I run a query and store the result in an array.&#13;
My table controls are bound to t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57920/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57920/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21/read.awp">table auto calculations [WD21]</source><title>Re: table auto calculations [WD21]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57918/read.awp</comments><pubDate>31 May 2016 17:12:00 Z</pubDate><description>Hi iso,&#13;
&#13;
The calculations can be performed by programming so should be within your control. Not tried it myself, but you could…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57918/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21-57918/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57915-table-auto-calculations-wd21/read.awp">table auto calculations [WD21]</source><title>Re: table auto calculations [WD21]</title></item></channel></rss>
