cancel
Showing results for 
Search instead for 
Did you mean: 

Input to INPUT FIELD via F4 Only

0 Kudos

Hi All,

I have a requirement where i have an input field, but user sholud not allowed to enter data to input field as free text, instead he has to select the data from F4 only , after user selecting the data from f4 help i need the show the selected data in that read only input field.

Can any one belp me to acheive the above requirement.

Thanks & regards,

Viswamurthy

Accepted Solutions (0)

Answers (2)

Answers (2)

chengalarayulu
Active Contributor
0 Kudos

Viswa,

Just make the InputField readOnly and provide FreelyProgrammed InputHelp to that.. works fine.

0 Kudos

HI Chengalrayulu,

Thanks for your reply.

But search help is not shown when we make input field as read only... even if i have freely programmed search help attached to it.

Regards,

Viswamurthy.

Former Member
0 Kudos

Hi Viswamurthy,

You can do one of the folowing:

1. Change the input field type to dropdown.

2. Validate the input before processing it.

Regards,

Sayan