AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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 different operations performed 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 SALESMGT_TRS
HDeclareExternal("C:\WINDEV\Examples\SalesMgt\SALESMGT_TRS.fic", "SALESMGT_TRS")
IF SALESMGT_TRS.TransactionFile = True THEN
Info("You are handling a transaction file.")
END
Syntax
<Result> = <Data file>.TransactionFile
<Result>: Boolean
  • True if the file is a transaction file,
  • False otherwise.
    Remark: The files described in the analysis are not transaction files.
<Data file>: Character string
Logical name of file used. Can correspond to a name of file alias declared by HDeclareExternal.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local