Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hi all I don't have a lot of time to search the forum tonight, so pardon me if this a common question. My IP 2010 Filler form has a repeating table, and each row in the repeating table contains a set of radiobuttons marked Yes and No. I set the radiobutton control to No by default, but need to validate...
-
Hi InfoPathers: My InfoPath 2010 filler form has a repeating table that contains something called Product Categorizations (Prod Cats), each of which consists of 4 tiers of comboboxes - Tier 1, Tier 2, Tier 3, and Product Name. Because there are currently 836 unique Prod Cats (and the list is expected...
-
I have a validating event on a field in a repeating table. However, when you change the value for that field in a different row the validation only applies to the last field that was changed. public void cfname_Validating(object sender, XmlValidatingEventArgs e) { if (!Regex.IsMatch(e.NewValue, "...
-
Hi folks, I am developing an InfoPath 2010 filler form whose administrators require that at least one attachment be included. The user must also be able to add additional attachments if needed. To achieve this, I've created a repeating section with an attachment control set to "cannot be blank...
-
Hi, I'm wondering if anyone could help.. I looked around and could not find a similar post. I'm trying to do a validation for duplicates in my repeating table, but it's based on two values per row. It doesn't seem like it should be overly difficult.. I just can't seem to figure it...
Page 1 of 1 (5 items)