Need tree structure in Infopath 2007

B

Blue Diamond

Hello Everyone,

I am building a Infopath form using Infopath 2007 and in my requirement I
need to dispaly the choices in the form of a tree structure. When a node is
selected by a user that value should be populated in a list box which is
below the tree structure and when the user submits the form the data in the
listbox is uploaded to a column in the Sharepoint list.
Eg: - abc
+bcd
+cde
-def
efg
fgh ....... something like this.
 
S

Shiva

Hello,

We don't have tree node control in InfoPath. We have to create UI like this
using repeating nodes like parent and child nodes. We have to create one
table with two columns.
First column we have to add +, - buttons. Add conditional format based on
repeating nodes for this level
Second column we have to those node name in expression box

Like that we have to create UI expand / collapse based on our condition
formatting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top