ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
TransactionFile (Property)
In french: FichierTransaction
The TransactionFile property is used to determine if a data file is a transaction file.
Reminder A transaction file is used to store the various operations carried out during a transaction. These operations are either validated, or canceled. The transaction file is created at the start of the transaction by HTransactionStart.
Example
EXTERN GESCOM_TRS
HDeclareExternal("C:\WinDev\Exemples\GestCom\GESCOM_TRS.fic", "GESCOM_TRS")
IF GESCOM_TRS.FichierTransaction = True THEN
	Info("Vous manipulez un fichier de transaction.")
END
Syntax
<Result> = <Data file>.TransactionFile
<Result>: Boolean
  • True if the data file is a transaction file,
  • False otherwise.
    Note: The data files described in the analysis are not transaction files.
<Data file>: Character string
Logical name of the data file used. May correspond to an alias name of a data file declared by function HDeclareExternal.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help