Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting focus to a control - How do I do it? 1

Status
Not open for further replies.

rleiman

Programmer
May 3, 2006
258
US
Hi Everyone,

Can you tell me how to set focus on a particular control such as a textbox control with code?

Thanks,
Emad


For example:
Code:
If someConditionIsTrue |
Then
   ! Set focus on this control.
Else
   ! Set focus on some other control.
End
 
Hi ShankarJ,

Thanks for the response.

Truly,
Emad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top