ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 2025 feature!
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
ExecuteReactiveProcedure (Function)
In french: ExecuteProcédureRéactive
Forces the execution of a reactive procedure.
Example
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
Component: wd300vm.dll
Minimum version required
  • Version 2025
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/13/2025

Send a report | Local help