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