Products Downloads


French version


 

The OUTPUT FIELD Adelia Web object uses a method whose syntax varies according to whether or not the object is placed in a list or in a table list.

 

 

The object is placed in a list or table list

STOP_PERIODIC_EVT

Stops a periodic Adelia Web AJAX event from being triggered. This event must be an AJAX event (:AJAX parameter) with a defined timer (:TIMER parameter). If any identical processes are also pending processing (in the browser queue), they will be canceled.

 

Syntax

CALL_METHOD OutputFieldObjectName STOP_PERIODIC_EVT JSEvtName LineNo FormName

Parameters
 

ALPHA(128) JSEvtName

Name of the Javascript event that triggered the Adelia event. E.g. ONCLICK, ONMOUSEOVER, ONKEYDOWN, etc.

 

NUM_BIN_4 LineNo

Number of the line that defines the object's cell in the list or table list.

This number begins at 1. A value of –1 is interpreted as including all lines in the list.

 

ALPHA(128) FormName

Name of the form that contains the object named ButtonObjectName to be taken into account.

This parameter is optional. If it is not specified, the first form on the page is used.

If the page is part of a page layout that also contains other forms, you must specify a form name in order to avoid any ambiguity.

Conditions for use None.

 

 

The object is not placed in a list or table list

STOP_PERIODIC_EVT

Stops a periodic Adelia Web AJAX event from being triggered. This event must be an AJAX event (:AJAX parameter) with a defined timer (:TIMER parameter). If any identical processes are also pending processing (in the browser queue), they will be canceled.

 

Syntax

CALL_METHOD OutputFieldObjectName STOP_PERIODIC_EVT JSEvtName FormName

Parameters
 

ALPHA(128) JSEvtName

Name of the Javascript event that triggered the Adelia event. E.g. ONCLICK, ONMOUSEOVER, ONKEYDOWN, etc.

 

ALPHA(128) FormName

Name of the form that contains the object named ButtonObjectName to be taken into account.

This parameter is optional. If it is not specified, the first form on the page is used.

If the page is part of a page layout that also contains other forms, you must specify a form name in order to avoid any ambiguity.

Conditions for use None.

 

 

 

↑ Top of page