Execute the Request synchronously
Member of HTTP Request (PRIM_WEB.HttpRequest)
The Execute method is used to execute the HTTPRequest synchronously. Synchronous execution will lock the browser until the request completes or fails. The use of Asynchronous requests is recommended.
Febuary 18 V14SP2