tags:

views:

66

answers:

1

How to make dropdownlist as Readonly Field In Infopath 2010.

+1  A: 

EDIT: made solution 1 solution 2 and add a new solution and made that solution 1

Solution 1

  • Select the control

  • The "Control Properties" tab should light up and you should see "Manage Rules"

  • Click the New button on Manage Rules and select Formatting

Solution 2

You can use conditional formatting to disable any control (including drop down lists). To set your control to always be disabled do the following:

  1. Right click on your control and select Conditional Formatting...
  2. Click Add...
  3. In the leftmost dropdown select The expression
  4. type true() in the text field (this tells InfoPath to always apply this formatting)
  5. Check the Disable this control checkbox.
  6. Click OK and OK.

Note: You will need to do this for each of your drop down lists.

Hope this helps.

PK

Pavan
i don't see "Conditional Formatting" when i right click DropDownList. I use info path 2010.
svincoll4
ok lets try another way, Format - conditional formatting
Pavan
I still don't see Format - conditional formatting. you can see my picture to here: http://maxup.vn/hinh-anh/all/fxivqbf4a5kjr0b/ please help me
svincoll4
ok no problem i think you are in the wrong section. press alt+othe letter o to open up the format menu then conditional formatting is right there.
Pavan
ok i see. i guess maybe the interface has changed for 2010.
Pavan
i will update the post for you right away. this should definitely work now
Pavan

related questions