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
GUIDFile (Property)
In french: GUIDFichier
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The GUIDFile property returns the GUID of the data file defined in the analysis that was used to create the data file. This identifier is used in the.REP file (for more details, see Managing .REP files).
Remark: The GUID of the file can also be found in the data model editor, in the "General" tab of the data file description window.
Example
// GUID of "Customer" data file
Trace(Customer.GUIDFile)
Syntax
<File GUID> = <Data file>.GUIDFile
<File GUID>: Character string
  • GUID of the file defined in the analysis that was used to create the data file.
  • Empty string ("") if the data file was created programmatically of 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 is requested.
Remarks
The GUIDAnalysis property returns the GUID of 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: 07/06/2023

Send a report | Local help