Question
Forcing focus back on a TEB when the user clicks away
Hi, I can't find the answer anywhere.
I want to set up a text entry box so that if the focus is lost, the teb gets reactivated. The reason for this is that we ask the user to press tab or enter when they have typed something (no submit button) and this doesn't work if they have clicked out of the TEB.
I tried....ON FOCUS LOST --> Enable --> Text_Entry_Box1..... but it was unsuccessful.
Anyone got any ideas?