AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
GUIDAnalysis (Property)
In french: GUIDAnalyse
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file. This identifier is used in the .REP file (for more details, see Management of .REP files).
Remark: The GUID of the analysis can also be found in the data model editor, in the "General" tab of the analysis description window.
Example
Trace(Customer.GUIDAnalysis)
Syntax
<Analysis GUID> = <Data file>.GUIDAnalysis
<Analysis GUID>: Character string
  • GUID of the analysis that was used to create the data file.
  • Empty string ("") if the data file was created programmatically or if it is not an HFSQL Classic or Client/Server data file
<Data file>: Character string
Name of the data file for which the GUID of the analysis is requested.
Remarks
GUIDFile is used to get the GUID of the file. This GUID was defined in the analysis that was used to create the data file.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/09/2023

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