Hi,I had a requirement like this, there are two text fields say Textfield1 and Textfield2 and if Textfield1 is full it should automatically go to textfield2 and fill the characters typed from the keyboard. I had implemented this by using full event. If Textfield1 is full change focus to Textfield2...