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
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
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
Note On a single-selection Table control, the current record in the data file always corresponds to the item selected in the Table control.
Ejemplo
i is int
FOR i = 1 TO TABLE_Product.SelectCount()
	TABLE_Product.SelectToFile(i)
	Trace(Product.ProductID)
END
Sintaxis
<Table control>.SelectToFile(<Rank>)
<Table control>: Control name
Name of the Table control based on a data file to be used.
A WLanguage error occurs if this parameter does not correspond to a Table control based on a data file.
<Rank>: Integer
Rank of the selection. A WLanguage error occurs if this parameter does not correspond to an existing rank.
Observaciones
This function can be used with a single-selection Table control based on a data file if and only if <Rank> is equal to 1
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 23
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