Cascading dropdownlists in browser-enabled form
Posted
by Nomz
on Stack Overflow
See other posts from Stack Overflow
or by Nomz
Published on 2010-05-28T09:06:01Z
Indexed on
2010/05/28
9:12 UTC
Read the original article
Hit count: 151
Im trying to fill a dropdownlist based on an other one: Departments and SubDepartments.
i followed this link: http://www.sharepoint-tips.com/2007/01/infopath-form-services-implementing.html
when i try to fill in a form it gives me an error: Request Failed (--> securityException) on this line: q.FileLocation = q.FileLocation + "&FilterField1=Department&FilterValue1=" + GetDepartmentValue(); and the second dropdownlist (subdepartments) is not filtered.
Any idea what might be the problem?
© Stack Overflow or respective owner