Application Development 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: 

cursor focus on disabled screen field

former_member719641
Participant
0 Kudos

Hi,

I have one screen field for output & input based on condition. It's working fine now.

As the normal behaviour of tab-key, focus always goes to the next active field. Here I want the same behaviour for

screen output-field(inactive).

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

The "active" attribute of a field means it's not displayed when it's '0'. The "output" attribute of a field means it's displayed when it's '1'.

So, "output" doesn't mean "inactive". Could you clarify your question please?

former_member719641
Participant
0 Kudos

In code, I have set field atribute 'SCREEN-INPUT = 0' to make it output field based on condition.

Sandra_Rossi
Active Contributor
0 Kudos

Tab key is to position on next input field, no way to indicate that tab key should work differently.

Out of curiosity, why do you need to have the tab key go to an output field?

former_member719641
Participant
0 Kudos

This field has two functionalities. One for manual input and another for search for help 'F4IF_INT_TABLE_VALUE_REQUEST'. No matter what user input manually but data selected from searh-help must not be altered by user. So I have disabled/enabled this field based on user action.