ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Result of <Procedure name>. This result contains the data to modify in the page.
Versions 20 and laterUpdate mode: ajaxUpdateControlsThe modified controls are automatically refreshed in the page.ajaxStraightCall(default value)The modified controls are not refreshed in the page. Versions 23 and laterajaxWithoutLockingAWPContextNew in version 23ajaxWithoutLockingAWPContextajaxWithoutLockingAWPContextThe Ajax call will not use the AWP context therefore this context will not be locked. Used to parallelize the Ajax calls on the server. Caution: This constant has no effect in page or project GO. Caution: these constants must be used directly (no variable can be used to store their value). New in version 20Update mode: ajaxUpdateControlsThe modified controls are automatically refreshed in the page.ajaxStraightCall(default value)The modified controls are not refreshed in the page. Versions 23 and laterajaxWithoutLockingAWPContextNew in version 23ajaxWithoutLockingAWPContextajaxWithoutLockingAWPContextThe Ajax call will not use the AWP context therefore this context will not be locked. Used to parallelize the Ajax calls on the server. Caution: This constant has no effect in page or project GO. Caution: these constants must be used directly (no variable can be used to store their value). Update mode: ajaxUpdateControlsThe modified controls are automatically refreshed in the page.ajaxStraightCall(default value)The modified controls are not refreshed in the page. Versions 23 and laterajaxWithoutLockingAWPContextNew in version 23ajaxWithoutLockingAWPContextajaxWithoutLockingAWPContextThe Ajax call will not use the AWP context therefore this context will not be locked. Used to parallelize the Ajax calls on the server. Caution: This constant has no effect in page or project GO. Caution: these constants must be used directly (no variable can be used to store their value).
Name of server procedure to run (global or local procedure). This procedure is used to find the data to modify in the page.The result of this procedure must be a character string returned to the browser by the RESULT keyword. See remarks for more details.This procedure must be allowed to be called by AJAX (see the Notes).
First parameter passed to <Procedure name>.Caution: Only simple types can be used (character string, integer, etc.). Structured types cannot be used.
Nth parameter passed to <Procedure name>.Caution: Only simple types can be used (character string, integer, etc.). Structured types cannot be used.
Result of server procedure
Procedures that can be called by AJAX
Older browsers
Last update: 09/23/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: