SETFOCUS |
This function will set the focus to any
control on your form which has a valid TAG value. SETFOCUS(tag) PARAMETERS
tag The TAG value of one of the controls on your form.
EXAMPLE: SETFOCUS(FIELD1) This
would set the focus to the FIELD1 textbox |