|
|
|
|
|
BreakDeleteAll (Function) In french: RuptureSupprimeTout Deletes all breaks from a Table control or from a Looper control. These breaks have been added beforehand by BreakAdd. // Groups the customers by Zip Code (ZC) // 1. Delete the former breaks BreakDeleteAll(TABLE_Customer) // 2. Create the new break BreakAdd(TABLE_Customer.ZC, "Brk_ZC") TableSort(TABLE_Customer, "ZC")
Syntax
BreakDeleteAll(<Control to use>)
<Control to use>: Control name Name of the control to be used: - Table control.
- Looper control.
Remarks - BreakDeleteAll deletes all the breaks created by BreakAdd. The function has no effect if no break was created.
- To delete a single break, use BreakDelete.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|