ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


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
HFSQLHFSQL 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 file).
Remark: The GUID of the analysis can also be found in the data model editor ("Notes" tab of the file description).
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 through programming or if the file used 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 find 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