To set the focus on specific control when form is open, you need to override the firstField() method of the form and set your desired control after super() call.publicvoidfirstField(int_flags=1){;super(_flags);desiredControlName.setFocus();} Read More
posted @ 2012-02-16 15:55 Fandy Xie Views(228) Comments(0) Diggs(0) Edit