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
The WDD55 property is used to:
  • Get the name and full path of the Hyper File 5.5 WDD file. This file is used to access the Hyper File 5.5 files in an HFSQL Classic analysis.
  • Set the name and full path of the Hyper File 5.5 WDD file. This file is used to access the Hyper File 5.5 files in an HFSQL Classic analysis. This property can be used to programmatically describe a Hyper File 5.5 data file in an HFSQL Classic analysis.
Caution: This property can only be used for Hyper File 5.5 data files that have not been migrated to an HFSQL Classic analysis.
The name of the 5.5 WDD format can be retrieved in the description of the data file in the analysis ("Compatibility" tab).
Example
// Find out the path of the Orders data file
ResPath = Orders.WDD55
Syntax

Getting the path of the Hyper File 5.5 WDD file Hide the details

<Result> = <Data file>.WDD55
<Result>: Character string
Path of the WDD corresponding to the initial Hyper File 5.5 analysis. If the runtime directory of the analysis corresponds to the current directory, the path is relative to the current directory.
<Data file>: Character string
Name of the Hyper File 5.5 file used.

Setting the path of the Hyper File 5.5 WDD file Hide the details

<Data file>.WDD55 = <Path>
<Data file>: Character string
Name of the data file used. Name defined using the File Description type.
<Path>: Character string
Path of the WDD corresponding to the initial Hyper File 5.5 analysis.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/29/2024

Send a report | Local help