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
WDD55 (Property)
In french: WDD55
WDD55 is used to:
  • Find out the name and full path of the WDD file in Hyper File 5.5 format. This file is used to access the files in Hyper File 5.5 format found in an analysis in HFSQL Classic format.
  • Define the name and full path of the WDD file in Hyper File 5.5 format. This file is used to access the files in Hyper File 5.5 format found in an analysis in HFSQL Classic format. This property is useful when describing by programming a data file in Hyper File 5.5 format in an analysis in HFSQL Classic format.
Caution: This property can only be used for the data files in Hyper File 5.5 format not migrated and used in an analysis in HFSQL Classic format.
The name of the WDD file in 5.5 format can be retrieved in the description of the data file in the analysis:
Example
// Find out the path of the Orders data file
ResPath = Orders.WDD55
Syntax

Finding out the path of the WDD file in Hyper File 5.5 format Hide the details

<Result> = <Data file>.WDD55
<Result>: Character string
Path of the WDD corresponding to the initial analysis in Hyper File 5.5 format. 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 data file in Hyper File 5.5 format used.

Defining the path of the WDD file in Hyper File 5.5 format 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 analysis in Hyper File 5.5 format.
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment