Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using cl_gui_textedit the cursor is going to the ok_code field

Former Member
0 Likes
385

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 ?

1 REPLY 1
Read only

Former Member
0 Likes
334

Sorted this by using the set_focus method, if anyone is interested