How to control a field in repeating table to not greater than 100? - InfoPath Dev Sign in | Join | Help in Code InfoPath (Entire Site) 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 InfoPath Dev » InfoPath » Code » How to control a field in repeating table to not greater than 100? Use our Google Custom Search for best site search results. How to control a field in repeating table to not greater than 100? Last post 08-15-2011 05:26 PM by Patrick Halstead. 1 replies. Page 1 of 1 (2 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 08-14-2011 10:43 PM pep30cula Joined on 08-15-2011 Posts 4 How to control a field in repeating table to not greater than 100? Reply Contact I have a repeating table to take many percentages in a field.Repeating table is in a Section I can't do this.Please help me 08-15-2011 05:26 PM In reply to Patrick Halstead Joined on 08-08-2006 Posts 5,110 Re: How to control a field in repeating table to not greater than 100? Mark as Not AnswerMark as Answer... Reply Contact Add a validation rule that fires if the count() = 100. This is an xpath expression. Or, export the form template (XSN) as source files. Manually edit the schema.xsd tile and add a maxOccurs=100. Patrick HalsteadProject Manager at Qdabra Page 1 of 1 (2 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
I have a repeating table to take many percentages in a field.
Repeating table is in a Section
I can't do this.
Please help me
Add a validation rule that fires if the count() = 100. This is an xpath expression.
Or, export the form template (XSN) as source files. Manually edit the schema.xsd tile and add a maxOccurs=100.