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
GUIDFile (Property)
In french: GUIDFichier
HFSQLHFSQL 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 data file can also be found in the data model editor ("Notes" tab in the description of the data file).
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 by programming or if the data file used is not a file in HFSQL Classic or Client/Server format.
<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