> Can ( and how do ) I do this using InfoPath?
From a script block (a DOM or control event):
Dim iCount
iCount = XDocument.DOM.selectNodes( sXPATHToSection ).Length
Nic Roche
> Hi, I have a condition for a field in a repeating section that is
> something
[quoted text clipped - 3 lines]
>
> Can ( and how do ) I do this using InfoPath?
Anton L - 09 May 2005 20:25 GMT
While this works great for a repeating section, it doens't seem to work for
repeating tables. Is there a trick I need to know?