i got 5 textbox...
1st i click at textbox1, then i press tab key
then he direct go to texbox4..
how i can setting for from textbox1 then press tab key
he go to textbox2..

open your project then goto VIwe ->Toolbars->layout and chech it !!

then click on the last One (Tab Order)

then click one click at the first object that you want the cursor be on it and dupleclick on the secand one and so on...

Use the tabindex property of the textboxes. textbox1.tabindex = 0,
textbox2.tabindex = 1 and so on. Hope that helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.