|
|
|
|
|
WDD55 (Property) In french: WDD55
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). // 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|