Want to focus on Specific control one by one

JAYESHJAYESH Member Posts: 290
Hi ,

I want that control transfer on one text box to another text box in specific manner.

For eg. i have name,address, address1, sex field.

i want when user press Tab key on address text box it must focus on address1 not on sex.

CAn any one tell me which property i have to set or i have to do manually by code.

Thank you.
JAYESH PATEL

Answers

  • krikikriki Member, Moderator Posts: 9,110
    You have to do it manually. See property "NextControl".
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • DenSterDenSter Member Posts: 8,305
    Open the form in design mode. Click on the Address1 field and look at the properties, copy the value of the ID property. open the properties for the Address text box and scroll to the NextControl property. Paste the ID value in there. Compile. Save. Done.
  • JAYESHJAYESH Member Posts: 290
    Thankx for the information ....
    JAYESH PATEL
Sign In or Register to comment.