|
|
|
|
|
ExecuteReactiveProcedure (Function) In french: ExecuteProcédureRéactive Forces the execution of a reactive procedure. ExecuteReactiveProcedure(CalculateTotal)
REACTIVE PROCEDURE CalculateTotal()
EDT_Total = EDT_Subtotal + EDT_Subtotal * (EDT_VAT + 1) / 100
Syntax
ExecuteReactiveProcedure(<WLanguage procedure> [, <Parameter 1> [... [, <Parameter N>]]])
<WLanguage procedure>: Procedure name Name of the WLanguage reactive procedure to be triggered. This procedure must have been defined as a reactive procedure in the code editor. For more details, see Reactive procedures. <Parameter 1>: Type of parameter First parameter associated with the procedure. <Parameter N>: Type of parameter Nth parameter associated with the procedure. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|