|
|
|
|
|
|
|
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.). |
|
|
|
|
|
|
Lists the data sources declared on a local site. |
|
|
|
|
|
|
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file... |
|
|
|
|
|
|
Determines if a data source has been initialized. |
|
|
|
|
|
|
Determines if a data source has been initialized. |
|
|
|
|
|
|
The code history is used to...... |
|
|
|
|
|
|
Modifies the search mode of physical data files (.FIC, .NDX, ...). |
|
|
|
|
|
|
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)...... |
|
|
|
|
|
|
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view). |
|
|
|
|
|
|
Imports JSON data into the current record. |
|
|
|
|
|
|
Enables the filter that was previously created for the specified data file (view or query). |
|
|
|
|
|
|
Stops tracking a data file on an HFSQL server. |
|
|
|
|
|
|
Your application may be strategic and you may want to have a priority access to the Technical Support...... |
|
|
|
|
|
|
Returns a directory path for the global data of current application (data shared between several applications), for the current user. |
|
|
|
|
|
|
The Day property is used to:
Get the day from a Date or DateTime variable, or get the number of days from a Duration variable.
Change the day of a Date or DateTime variable, or change the number of days of a Duration variable.
Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format)
Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)... |
|
|
|
|
|
|
Changes the mode and the method for locking data files. |
|
|
|
|
|
|
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager...... |
|
|
|
|
|
|
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user. |
|
|
|
|
|
|
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError...... |
|
|
|
|
|
|
Enables or disables the automatic security mechanism on one or more data files. |
|
|
|
|
|
|
Checks the structural integrity of memos in an HFSQL data file. |
|
|
|
|
|
|
The Compile keyword can correspond to:
the Compile function, which dynamically compiles a procedure whose source code is specified..
the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type).... |
|
|
|
|
|
|
WDOptimizer includes multiple modes to optimize indices...... |
|
|
|
|
|
|
Git is a source code manager...... |
|
|
|
|
|
|
Deletes all records from a data file, an HFSQL view or a query. |
|
|
|
|
|
|
Adds:
the record found in memory into the data file (query or view).
the record found in a Record variable into the data file (query or view).... |
|
|
|
|
|
|
Crosses a record in a data file. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|