cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting to enter value in the OVS field

Former Member
0 Kudos

Hi gurus,

I've a requirement where i need to restrict the user from entering some value in an input field which has an OVS and should only select the F4 help to that input field.

The user should be left with the only option of selecting the value help but not entering manually in the input field.

Is this possible.

Please help me in achieving this.

Thanks in Advance

Shravan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shravan,

Do like this..

Insted of input field take text view or input with readonly.

create another input field and bind with same attribute

place after first one, or use matrix layout. ( adjust two fields like input with f4 ) and make it width to 1 pix.

so you only visible F4 for that field.

Now, first input wont allow to enter any value, from F4 user can select values.

Hope you understood.. any issues revert back.

Cheers,

Kris.

Former Member
0 Kudos

Hi kissnas,

your reply solved my problem. Its working fine now.

Thanks a lot Sir..

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

you can have dropdown UI element and just populate the required values in supply function. by doing this, user will be able to select only required value.

In case, user want to select multiple values then you can use ListBox UI element with required coding.

Thanks,

Chandra

Former Member
0 Kudos

Hi chandra,

Actually i'm having aroung 5000+ records, so couldn't have a Dropdown or ItemListBox due to performance issue.

Thanks & regards,

Shravan