Products Downloads


French version


 

 

GET_CURSOR_LOCATION

Locates the first and last selected character in the entry field.

Syntax

CALL_METHOD EntryFieldObjectName GET_CURSOR_LOCATION StartPosition EndPosition

Parameters

NUM_BIN_4 StartPosition

Position before the first selected character (output parameter),

NUM_BIN_4 EndPosition

Position of the last selected character (output parameter),

Conditions for use

None

 

Note: This method is not implemented by the Java generator.

 

 

SET_CURSOR_LOCATION

Selects a block of characters in the cell's input field.

Syntax

CALL_METHOD EntryFieldObjectName SET_CURSOR_LOCATION StartPosition EndPosition

Parameters

NUM_BIN_4 StartPosition

Position before the first character that you want to select (input parameter).

If StartPosition is set to -1 the text is deselected and the cursor moves to the end of the line.

NUM_BIN_4 EndPosition

Position of the last character that you want to select (input parameter).

If EndPosition is set to -1 the complete text is selected.

Conditions for use

None

 

Note: This method is not implemented by the Java generator.

 

 

SET_FOCUS

Places the focus on the object.

Syntax

CALL_METHOD NameEntryFieldObject SET_FOCUS

Conditions for use

None

 

 

↑ Top of page