Search - InfoPath Dev Sign in | Join | Help InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads Use our Google Custom Search for best site search results. Search More Search Options Page 3 of 13 (128 items) < Previous 1 2 3 4 5 Next > ... Last » Re: Get/set value of repeating section Instead of defiing xpathnavigator, you have to define xpathnodeiterator and specify there path till repeating group, for eg, XPathNodeIterator xnav = MainDataSource.CreateNavigator().Select("/my:IdeaBankFields/my:IdeaBankGrp/my:IdeaBankRepGrp", NamespaceManager); then you have to iterate repeating table rows using ... Posted to Code (Forum) by princevis on 11-29-2010 Re: Cascading Dropdown list in repeating section What you can do is, write a piece of code on text_changed field event, now you have to count the no of rows in repeating table and their values, then assign those values to temporary parameters, if row.count is greater than 1 then assign the values from temporary parameters to the variables according to rows. Let me know if you find some problem. Posted to Browser Forms (Forum) by princevis on 11-23-2010 Re: Is it possible to edit the format of a column in a sharepoint 2007 list? You need to keep numeric datatype only, just make sure that the values of characters after decimal should be zero. If that approach wont work, create a calculated column whose value should take only integer values. Let me know if you face some problem.... Posted to SharePoint Integration (Forum) by princevis on 11-19-2010 Re: Check the field in a repeating section Please explain your problem clearly, if you are having checkbox or option button and what is it that you want exactly, becos your checkbox and option button both would be clickable where ever you place them. Can you plese send me your form on vishal.4april@gmail.com, if it is not having some confidential data. Posted to General (Forum) by princevis on 11-19-2010 Re: How to remove data connections dependancy from infopath forms? You can covert your data connections to .udcx form and then you can store that on a central sharepoint data connection library, next time when you restore site, just change your data connections in the dataconnections library and no need to publish form and change all the data connection again.. Posted to Code (Forum) by princevis on 11-19-2010 Re: Problem publishing infopath form to MOSS 2007 Send me the screen shots on vishal.4april@gmail.com Posted to Newbie Questions (Forum) by princevis on 11-18-2010 Re: Problem publishing infopath form to MOSS 2007 When you are trying to publish the form, what is the error that you are getting, please send me the screenshot, Posted to Newbie Questions (Forum) by princevis on 11-18-2010 Re: Problem publishing infopath form to MOSS 2007 Hi Chintan, First of all you need to Activate Office Sharepoint server Enterprise Site collection features in your Site collection Features and then activate Office sharepoint Server enterprise features on your Site features where you are deploying the form. Let me know if you cant publish the problem even after activating these two ... Posted to Newbie Questions (Forum) by princevis on 11-15-2010 Re: Repeating section - display data for the current selection Try this method private void AddMethodNode(int id, string cmd, XPathNavigator curNode, string[] strFieldNames, string[] strFieldValues) { System.Text.StringBuilder sb = new System.Text.StringBuilder(); sb.AppendFormat("", id.ToString(), cmd); for (int index = 0; index < strFieldNames.Length; index++) { string fieldValue = ... Posted to Newbie Questions (Forum) by princevis on 11-11-2010 Re: Repeating section - display data for the current selection HI, ur values are not getting saved because of repeating section properties, every time when page gets refreshed, the values are set to null. What you need to do is , create clone of first row of repeating table and then insert values into it, save those values in parameters and then repeat the same procedure, but every time pass the parameter ... Posted to Newbie Questions (Forum) by princevis on 11-05-2010 Page 3 of 13 (128 items) < Previous 1 2 3 4 5 Next > ... Last » Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.