cancel
Showing results for 
Search instead for 
Did you mean: 

Search Help + Read only field

ged_hurst
Participant
0 Kudos

Hi there,

I need to lay out an input field with a search help but I want to make sure that all the entries entered in the input field are exactly those allowed by the search help.

I therefore assigned the property enabled to false and readonly to false as well but in this case the search help is not active (cannot be called) because the field is treated like a simple textview with no input help.

How can this be achieved?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Create one more input field and bind with same attribute which u already created.

set its width to 1 pix. and place after first input, it looks like one input( with search help ).

use matrix layout. it solves your problem.

Cheers,

Kris.

former_member349889
Participant
0 Kudos

Hi Kris,

I would like thank for tip, resolved my problem!

Cheers,

Patricia

Answers (3)

Answers (3)

praveen_reddy2
Active Participant
0 Kudos

Hi,

maintain properties of input fied as enabled and read only as enabled..

Check it out the binding for input field..

Whether the binded field has search help or not?

Former Member
0 Kudos

Why don't you just use a dropdown list instead? It would prevent the user from typing in any values outside those in the list.

Former Member
0 Kudos

This is not possible (Disbale input field with SH is not possible).....Either validate the input field by enabling it.....