|
|
|
|
|
- Incrementing the version number of the data file
- Multi-file queries
<Source>.Version (Function) In french: <Source>.Version
Not available with this kind of connection
Determines: - whether the content of a data file was modified.
- whether the content of a data file used by a query was modified.
This function is used to detect the modifications made to a data file shared among several programs. If a modification is detected, you have the ability to refresh the data displayed in the window or in the page.
NumVer = Client.Version()
NumVer is int
NumVer = Client.Version()
IF NumVer <> Client.Version() THEN
Info("Le fichier de données Client a été modifié.")
END
Syntax
<Result> = <Source>.Version()
<Result>: Integer Version number of the data file.
<Source>: Type corresponding to the specified source - Name of the data file used.
- Name of the query used.
Remarks Incrementing the version number of the data file Note The function <Source>.Version function can be used on both indexed and non-indexed data files. Multi-file queries In the case of a multi-file query, <Source>.Version returns the sum of the <Source>.Version of all data files used in the query.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|