WINDEV, WEBDEV AND WINDEV MOBILEONLINE HELP
Version: 1516171819202122232425
True if the Javascript code was transmitted for execution to the control,False otherwise.
Name of HTML control on which the Javascript script will be run.
Javascript code to run. This code is run in asynchronous mode. The result of code execution can be retrieved via the <Procedure Name> parameter. The value returned by the Javascript code corresponds to the value of the expression found on the last line of Javascript code.
WLanguage procedure ("callback") used to find out the result of code execution. This procedure has the following format: PROCEDURE <Procedure Name>(bSuccess is boolean, <ReturnValue>) This procedure is called once the Javascript code has been run. The parameters of this procedure are: <bSuccess>: True if the Javascript code was successfully run,False if the execution of Javascript code triggered an error (error in the Javascript code for example). To find out the error details, use ErrorInfo. Note: A detailed error is returned. A generic error is returned. <ReturnValue> contains the return value of code execution (if this code returns a value).
Use conditions
Calling WLanguage code from the Javascript code
Last update: 10/31/2019
Send a report | Local help
Searching...
J'accepte les termes de la licence
All you have to do is configure your product as follows: