AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Tabla
  • Assigning a text to a break row in a Table control
TableBreakIndex (Example)
Assigning a text to a break row in a Table control
This example assigns the value of the break column to the text of a break row in a Table control.
The following code must be included in the display code of the break.
// Code for displaying the break
// Retrieves the index of the break (BRK_BreakHeader)
BreakIndex is int = TableBreakIndex(BRK_BreakHeader)
 
// Fixes the value of the text in the break
TABLE_Articles[BreakIndex].STC_Supplier = "Articles from" + TABLE_Articles.COL_SupplierName
Versión mínima requerida
  • Versión 17
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/03/2023

Señalar un error o enviar una sugerencia | Ayuda local