ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
With HFSQL data files Hide the details
True if the operation was performed,False if a problem occurred. HError is used to identify the error.
Logical name of HFSQL data file (defined in the analysis).
New access path to the data file (up to 260 characters). This path can contain the name of drive and directories, or it can be a relative path.If the path is a relative path, the "." (or "?") character is used to specify the current directory and the ".." character is used to specify the parent directory. If this parameter corresponds to an empty string (""), the data file will be handled in the directory specified in the analysis. No relative path can be used. The access path to the data file must be relative to the database found on the server. You cannot specify a path outside the database. A WLanguage error occurs when attempting to access data files outside the database. For example: Valid path: FileName.ChangeDir("SUBDIR")//or FileName.ChangeDir(".\SUBDIR") Invalid path: FileName.ChangeDir("C:\DB\SUBDIR") The new path will be automatically created if it is valid and if it does not exist. Versions 17 and later This parameter can correspond to a full path or a path relative to the current directory (returned by fCurrentDir). This parameter is case-sensitive. Reminder: On iPhone/iPad, an application has the rights to write into its setup directory or into one of its subdirectories.New in version 17 This parameter can correspond to a full path or a path relative to the current directory (returned by fCurrentDir). This parameter is case-sensitive. Reminder: On iPhone/iPad, an application has the rights to write into its setup directory or into one of its subdirectories. This parameter can correspond to a full path or a path relative to the current directory (returned by fCurrentDir). This parameter is case-sensitive. Reminder: On iPhone/iPad, an application has the rights to write into its setup directory or into one of its subdirectories.
With an OLE DB access or a Native Connector (also called Native Access) Hide the details
Logical name of table (defined in the analysis).
Access path to database to use (up to 260 characters). In this case, the database name specified in the connection properties of table in the analysis is ignored.This path can contain the name of drive and directories, or it can be a relative path.If the path is a relative path, the "." (or "?") character is used to specify the current directory and the ".." character is used to specify the parent directory. No relative path can be used.
Multiple changes of directory
Changing the name of data file
Substituting directories
Various
Last update: 03/24/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: