2007 Feb 07 12:09 PM
I am calling a screen with a custom container, containing a cl_gui_textedit element.
When I go to the screen, the text box is there and open for input, but the cursor always goes to the ok_code field despite my attempts to get it to default to the text edit screen.
I am going to be using this for bar code scan entry so need it to open up in the text edit. I have used this before and not had any problems.
Any ideas ?
I am calling a screen with a custom container, containing a cl_gui_textedit element.
When I go to the screen, the text box is there and open for input, but the cursor always goes to the ok_code field despite my attempts to get it to default to the text edit screen.
I am going to be using this for bar code scan entry so need it to open up in the text edit. I have used this before and not had any problems.
Any ideas ?
2007 Feb 07 1:26 PM
Sorted this by using the set_focus method, if anyone is interested