Pradeep Kumar
Pradeep Kumar

Reputation: 41

Setfocus to Textbox in adempiere

I have tired set focus to text box in adempiere. its not working for me. Can you please tel me how to achieve this?

How to set the cursor focus to a textbox in adempiere.

Upvotes: 1

Views: 226

Answers (2)

Sajeev
Sajeev

Reputation: 799

If you have this problem in Form, the default java statements can be used to set the cursor focus. That is

myComponent.grabFocus();
myComponent.requestFocus();//or inWindow

Upvotes: 1

Silviaa
Silviaa

Reputation: 485

Can you please briefly explain what was the exact problem? Do you need callout ?

we need to modify the core classes of Framework for Field focus change purpose.

Upvotes: 0

Related Questions