ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
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.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/07/2023

Send a report | Local help