Click here to Skip to main content
16,018,904 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created an InfoPath form and also a list which is used to populate a drop down list. I need to conditionally populate my drop down depending on the value of the current field.
This is my List
Status Title
1 Awaiting Action
2 Process Commenced
3 Awaiting 1st Manager
4 Awaiting 2nd Manager
5 On Hold
6 Document Accepted
7 Document Rejected
On initial load of my form I want to show all entries.
On subsequent loads I need the drop down to only contain certain information, depending on the current status.
If the current status = “Process Commenced” – I do not want to show “Awaiting Action”
If the current status = “Awaiting 1st Manager” – I do not want to see “Process Commenced” or “Awaiting Action”
Posted

You can handle the CBN_DROPDOWN notification and change the list items.
 
Share this answer
 
I am a newbie to infopath and have never seen a CBN_DROPDOWN.

How is this implemented?
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900