AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
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
Sintaxis
<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.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

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