AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Funcionalidades Automáticas de la Aplicación (FAA) / FAA en Tablasy Tablas TreeView
  • Overview
  • Remember break state
  • Programming
  • Forcing the storage of breaks
  • Preventing from storing breaks
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
When an end user works on a complex Table or RepeatString field with many breaks, he may want to memorize the current presentation: unfolded break, folded break, ....
Remember break state
To save the current break statussimply select the "Memorize break status" option in the context menu of a break in the Table or RepeatString field. In this case, when closing the window, the breaks will be saved in their current state (expanded/collapsed). These breaks will be automatically re-applied during the next window opening.
To stop memorizing the current break statussimply select the "Memorize break status" option in the context menu of a break in the Table or RepeatString field.
Programming

Forcing the storage of breaks

To save the state of the breaks in a Table or Looper control, use AAFExecute with the aafSaveBreakStatus constant.
For example:
// Checks by default the option for storing breaks
AAFExecute(TABLE_Customer, aafSaveBreakStatus)

Preventing from storing breaks

To no longer save the state of the breaks in a Table or Looper control, use AAFDisable with the aafSaveBreakStatus constant.
For example:
// No storage of breaks
AAFDisable(TABLE_Customer, aafSaveBreakStatus)
Versión mínima requerida
  • Versión 20
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 05/06/2025

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