Click or drag to resize

AX_Transaction Function (Long)

X#
Begins, commits, rolls back, or shows the state of a transaction

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 FUNCTION AX_Transaction(
	iAction AS LONG
) AS LOGIC
Request Example View Source

Parameters

iAction
Type: Long
The parameter can be: AX_BEGIN_TRANSACTION, AX_COMMIT_TRANSACTION, AX_ROLLBACK_TRANSACTION, AX_ISACTIVE_TRANSACTION

Return Value

Type: Logic
True if the command was successful, False if not.
See Also