I have an optional repeating table that I do not want to print if the user
does not enter any data into it.
If I edit the conditional formatting on the repeating table I can
successfully hide the detail row when printing, but the header row still
prints.
Is there a way to conditionally hide the header row?
Thanks
Glenn
Glenn Kirkaldy - 10 Apr 2006 09:28 GMT
I have found a solution titled "Use code to determine a rule condition" by
Greg Collins and by applying this to the section, it works perfectly.
http://www.infopathdev.com/howto/tutorials/default.aspx?i=88f921f13dec4e7cae6119
1bac084fff
> I have an optional repeating table that I do not want to print if the user
> does not enter any data into it.
[quoted text clipped - 8 lines]
>
> Glenn