cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help with non editable

Former Member
0 Kudos

Hi,

I have an input field with f4 help, I wanted it to be noneditable,

but select the input only through f4 help. what is the property to be changed or any other control is vail for this.

Regards

Jose

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check the appribute for "Read Only" for that input field.

Former Member
0 Kudos

hi jijo,

I think following solution may help you.

you create an input field with read only property and its value property is bound with an attribute whose type is a domain wher you have all the values as serach help option.

Lets break the solution

domain with search help option with values you want in F4 option.

Attribute whose type is this domain.

Input Field whose value property is bound with previous attribute and read only property is checked

regards

pankaj