Products Downloads


French version


 

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

 

 

If the object is in a list or table list...

SET_FOCUS

Places the focus on the object.

 

Syntax

CALL_METHOD UploadObjectName SET_FOCUS LineNo FormName

Parameters
 

NUM_BIN_4 LineNo

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

 

ALPHA(128) FormName

Name of the form that contains the object named UploadObjectName.

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.
 

 

 

If the object is not in a list or table list...

SET_FOCUS

Places the focus on the object.

 

Syntax

CALL_METHOD UploadObjectName SET_FOCUS Index FormName

Parameters
 

NUM_BIN_4 Index

Number of the object named UploadObjectName in the order in which the objects on the page were created. This parameter is used to differentiate between two or more objects with the same name in a form (i.e. objects that have the same associated variable).

This parameter is optional. If it is not specified, the first object named UploadObjectName is used.

 

ALPHA(128) FormName

Name of the form that contains the object named UploadObjectName.

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