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
|
Field where the cursor is placed. The field must be a type-in field: |
Values Returned
|
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
Return to top