PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Dynamic Table Break Header Values
Dynamic Table Break Header Values
Iniciado por guest, 23,feb. 2015 17:55 - 2 respuestas
Publicado el 23,febrero 2015 - 17:55
I have a simple by query Table with one break. The table lists customers and breaks on the customer's state. This works fine, but I would like to display the state for each set of customers in the break header. How would I accomplish this? Ideas?
Publicado el 23,febrero 2015 - 18:05
Curtis,

This is slowly becoming my area of expertise! ;) ...sorry (not so) private joke; see here; <a class="ExternalLink" rel="nofollow" target="_blank" href="http://27130.foren.mysnip.de/read.php?27131,518518">http://27130.foren.mysnip.de/read.php&hellip;</a>

There are many ways to do this - a few are explained in the thread above.

I do it by having the query return the required value, include the value/column in your Table but make it invisible, then place a Static control on the Breaker header and Link it (via the Link tab in the propertiesof the Table), to the value returned in the query.
Publicado el 23,febrero 2015 - 19:05
Much appreciated!