CodeCharge Studio

Set Focus

This action is used to set focus to a particular object in the window. For a input field, focus means that anything typed by the user will be entered into the field. For a button, focus means that pressing the enter key is equivalent to clicking the button. Use this action to set focus to a particular field for the convenience of the user or in cases where you want input to begin at a particular field. When you add this action there are two properties you have to provide.

Property Description
Form Name of the form that the control to be focused on is located.
Control Name of the control to receive focus.


On-line, printable versions and updates