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 / Propiedades WLanguage / Propiedades HFSQL
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
The InitialFile property is used to get the original name of the data file associated to an item in a query. This name is known from the alias of this item.
Remark: The InitialItem property is used to get the original name of an item in a query. This name is known from the alias of this item.
Ejemplo
RequêteExemple is Data Source
HExecuteSQLQuery("RequêteExemple", "SELECT Client.NomCli AS MonSuperClient FROM Client")
Trace(RequêteExemple.MonSuperClient.FichierOrigine) // Client
Trace(RequêteExemple.MonSuperClient.RubriqueOrigine) // NomCli
Sintaxis
<Result> = <Query>.<Item alias>.InitialFile
<Result>: Character string
  • Name of the data file associated with the item,
  • Empty string ("") if the item is an aggregate or if it corresponds to a counter.
<Request>: Character string
Name of the query containing the item. This parameter can also correspond to the name of an HFSQL data file, to the name of an HFSQL view, etc.
<Item alias>: Character string
Name of the item in the result of the query (or in the data file, view, etc.).
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: 05/06/2024

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