sharepoint - Get the Selection Options from a mutiple selection listbox populated in another Textbox -



sharepoint - Get the Selection Options from a mutiple selection listbox populated in another Textbox -

i have mulitiselect list box info source beingness sharepoint list having 2 columns. no , fullname list box has value no , displayname total name. when user selects fullname list box, want corresponding number appear in textbox 2,3,4,5 .

these steps followed.

created rule on listbox - if there changes on field - > set textbox's values as(got formula when doing search solution) substring-after(eval(eval(value, 'concat(., ";")'), ".."), ";") however, when select options values not displayed in textbox, if unselect of options values displayed in textbox.

please help!

sharepoint infopath2010

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -