Hi,
I have a silly question: If I add TextField1, TextField2, TextField3. When I press Tab key, the cursor will move from TextField1 to TextField2 then TextField3. If I delete TextField2 and replace by TextField4 when I press Tab key, the cursor will move from TextField1 to 3 then 4. How to change Tab order from TextField1 to TextField4 then TextField3?