ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Display functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control. This function allows you to automate processes in a Web page, for example, a click on a button in an HTML form.
Remark: This event is executed in JavaScript.
Example
HTMLControlValue(HTM_Display, "LOGIN", sLogin)
HTMLControlValue(HTM_Display, "PASSWD", sPassword)
HTMLExecuteControlProcess(HTM_Display, "BTN_OK", trtClick)
Syntax
HTMLExecuteControlProcess(<HTML Display control> , <Control in HTML page> , <Event>)
<HTML Display control>: Control name
Name of the HTML Display control used.
<Control in HTML page>: Character string
Name of the control that will be used in the HTML page. If the control is not found, a non-fatal error occurs.
Remark: Only the "name" and "id" attributes are taken into account.
<Event>: Character string or Integer constant
Name of the event (or process) to execute. This name can correspond to:
  • a character string that contains the name of the code to be executed in JavaScript (for example: 'onclick', 'onchange', 'onfocus', etc.).
  • one of the following constants:
    trtChangeModification code.
    trtClickClick code.
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/03/2023

Send a report | Local help