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 / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Tabla
  • Use conditions
  • Events of the Table control
  • Reinitialize the Table control
  • Viewing the records found between two values
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
Stops the manual iteration of data file linked to a Table control based on a data file. After the call to TableEnd, the records found after the current record in the Table control will not be read.
Ejemplo
// Stop browsing the file linked to the Table control "TABLE_ProductTable"
TableEnd(TABLE_ProductTable)
Sintaxis
TableEnd([<Table control>])
<Table control>: Optional control name
Name of the Table control to be used.
If this parameter is not specified or is an empty string (""), the Table control used will be the one related to the current event.
Observaciones

Use conditions

  • TableEnd can be used on a single-selection or multi-selection Table control.
  • TableEnd must not be used on the Table controls based on a data file that use an automatic iteration.
WEBDEV - Código Servidor Reminder Multi-selection is not available for "classic" Table control fields.

Events of the Table control

TableEnd can only be used in the following events of Table controls:
  • Initialization.
  • Reading the previous record.
  • Reading the next record.
WEBDEV - Código Servidor TableEnd can only be used in the "Initialization" event of the Table control.

Reinitialize the Table control

After calling TableEnd in an event of a Table control, re-display the Table control data. For example:
TableDisplay(TABLE_TABLE1, taInit)

Viewing the records found between two values

To view the records corresponding to an interval of values in a Table control, we recommend that you use HFilter (instead of TableEnd).
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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