Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiMoveInsBarToEnd

hiMoveInsBarToEnd(
r_form
s_field
)
=> t / nil

Description

Places the cursor (insertion point) at the end of a text field, scrolling the field so the cursor is visible.

This function does not make the field active if it is inactive.

The field must be instantiated and must be the current field with input focus.

Arguments

r_form

Form containing the field where the cursor is to be placed.

s_field

Field where the cursor is placed. The field must be a type-in field: string, float, integer, list.

Must exist in the specified form.

Values Returned

t

The cursor was placed at the end of the field.

nil

The field is not on the form or is not a type-in field. An error message is also issued.

Examples

hiMoveInsBarToEnd( myform ‘myTypeinField ) 
=> t

Related Topics

Form and Field Functions


Return to top
 ⠀
X