I have a frame with four Edit Box objects and they are each set to tab to the next one. For the first two, when you press Enter, it goes to the next one. But for the third one, it closes the keyboard instead of going to the next (last) Edit Box. The tab stop order is correct. But it won't go to the last Edit Box. If I add a fifth edit box, then it will go to the first four but not to the fifth. So it seems like it just doesn't go to the last Edit Box. Does anyone have any ideas?