field property

I would like to have the following feature:

Let say I have field: postcode (TEXT) (size:6)
If I type in this field: 7683CA

as soon if I type the last letter, (A in this example) that the cursor goes automatic to the next field.

maybe you can call it AUTO-TAB. 8)

For this you need the keytyped event in textfields and then you can do it youre self with a small script..

Keypressed event is on the feature list.