Products Downloads


French version


 

The AUTOSUGGEST 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.

Deletes the object cache.

 

Syntax

CALL_METHOD AutosuggestObjectName DELETE_CACHE LineNo FormName

 

Parameters
   NUM_BIN_4 LineNum

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

   ALPHA(128) FormName

Name of the form containing the object named AutosuggestObjectName to be processed.

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 The object must support cache management.
 

 

Places the focus on the object.

 

Syntax

CALL_METHOD AutosuggestObjectName SET_FOCUS RowNum FormName

Parameters
 

 NUM_BIN_4 RowNum

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

 

 ALPHA(128) FormName

Name of the form that contains the AutosuggestObjectName object to be considered.

This parameter is optional. If it is not specified, the first form in the page is taken into account.

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

Conditions for use None.
 

 

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 AutosuggestObjectName 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 AutosuggestObjectName 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 placed outside a list or table list

Deletes the object cache.

 

Syntax

CALL_METHOD AutosuggestObjectName DELETE_CACHE FormName

Parameters
 

 ALPHA(128) FormName

Name of the form containing the object named AutosuggestObjectName to be processed.

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 The object must support cache management.
 

 

Places the focus on the object.

 

Syntax

CALL_METHOD AutosuggestObjectName SET_FOCUS Index FormName

Parameters
 

 ALPHA(128) FormName

Name of the form that contains the AutosuggestObjectName object to be considered.

This parameter is optional. If it is not specified, the first form in the page is taken into account.

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

Conditions for use None.
 

 

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 cancelled.

 

Syntax

CALL_METHOD AutosuggestObjectName 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.

 

 ALPHA(128) FormName

Name of the form that contains the object named AutosuggestObjectName 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