<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Feb 2015 01:22:00 Z</lastBuildDate><pubDate>22 Feb 2015 16:43:00 Z</pubDate><description>Hi guys,&#13;
&#13;
I have a Table control with a Break. I've placed a Static control on the Break header to display a string (product description).&#13;
&#13;
Now, to avoid having to refresh the whole Table again, I thought I would try to change it directly. The online Help gives a few examples, but I can't seem to get it to work, even if I issue a TableDisplay.&#13;
&#13;
Does anyone know the syntax to do this?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp</link><title>[WD19] Change Static value in a Table Break control</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/50585-wd19-change-static-value-table-break-control-50635/read.awp</comments><pubDate>24 Feb 2015 01:22:00 Z</pubDate><description>Thanks everyone - a combination of all the comments in this thread help me fix this issue.&#13;
&#13;
1) Unlink the static control from …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50635/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50635/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>info</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50614/read.awp</comments><pubDate>23 Feb 2015 14:31:59 Z</pubDate><description>No need for a TableSeek.&#13;
&#13;
&lt;Result&gt; = TableBreakSubscript(&lt;Break Header/Footer&gt; [, &lt;Subscript&gt;])&#13;
&#13;
[, &lt;Subscript&gt;] = the row f…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50614/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50614/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50604/read.awp</comments><pubDate>23 Feb 2015 11:52:00 Z</pubDate><description>Darren,&#13;
&#13;
My experience is that TableSeek is fast and ArraySeek is lightning fast.&#13;
So in some cases I'm using an extra array, …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50604/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50604/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50603/read.awp</comments><pubDate>23 Feb 2015 11:36:00 Z</pubDate><description>Hi Al/Piet,&#13;
&#13;
Ok, thanks for the info. Between your responses and Piet's response, I think I now have a good view of the proces…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50603/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50603/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50602/read.awp</comments><pubDate>23 Feb 2015 11:21:00 Z</pubDate><description>Hi Piet,&#13;
&#13;
Yes, I have the subscript of the selected row in the break. Thanks for the pointer re TableSeek as I was about the s…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50602/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50602/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50600/read.awp</comments><pubDate>23 Feb 2015 10:44:00 Z</pubDate><description>Hello Darren&#13;
&#13;
I am using the built in table breaks.&#13;
My static in the break header is not linked to anything. It gets its valu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50600/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50600/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50599/read.awp</comments><pubDate>23 Feb 2015 10:32:00 Z</pubDate><description>Hi,&#13;
&#13;
I'm a bit rusty on Windev, but I think you need to use any subscript from a row belonging to the break you need to addres…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50599/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50599/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>info</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50597/read.awp</comments><pubDate>23 Feb 2015 09:59:10 Z</pubDate><description>Hi,&#13;
&#13;
Actually, you can adress the few allowed controls in the breaks right away. Put this in the 'Displaying a row of BRK_Head…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50597/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50597/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50593/read.awp</comments><pubDate>22 Feb 2015 23:01:00 Z</pubDate><description>Hi Al,&#13;
&#13;
Sounds similar to what I have. I too have an invisible column returned by the query but then I place a static in the h…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50593/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50593/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50592/read.awp</comments><pubDate>22 Feb 2015 22:41:00 Z</pubDate><description>Hello Darren&#13;
&#13;
The text for my header is contained in an invisible column of the table I am presenting onscreen so if you inclu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50592/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50592/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50591/read.awp</comments><pubDate>22 Feb 2015 22:09:00 Z</pubDate><description>Hmm, yeah, what I'm trying to do is update the text in the header only, i.e. I don't want to Hexecute the query again as it take…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50591/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50591/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50590/read.awp</comments><pubDate>22 Feb 2015 20:44:00 Z</pubDate><description>Hello Darren&#13;
&#13;
Sorry but I may have mislead you. My code is not in the table row display but in the break header code.&#13;
&#13;
Regar…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50590/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50590/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50588/read.awp</comments><pubDate>22 Feb 2015 20:03:00 Z</pubDate><description>Hi Al,&#13;
&#13;
Yes, I'm starting to get a little tiny bit frustrated with this processing as well :mad:&#13;
&#13;
If I do it your way, I get…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50588/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50588/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50586/read.awp</comments><pubDate>22 Feb 2015 17:29:00 Z</pubDate><description>Hello Darren&#13;
&#13;
Let me complain first, ok :)&#13;
&#13;
The whole table break process is really weird and only half complete and still a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50586/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control-50586/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50585-wd19-change-static-value-table-break-control/read.awp">[WD19] Change Static value in a Table Break control</source><title>Re: [WD19] Change Static value in a Table Break control</title></item></channel></rss>
