how to hide the entire row in a simple (customised)table
A:
check out the tutorial at
http://office.microsoft.com/en-us/infopath/HA100338851033.aspx
VoodooChild
2010-06-01 07:23:47
A:
In InfoPath you can not conditionally show/hide (or otherwise programatically affect) specific rows/columns/cells in a standard table. Your best bet is to just show/hide the fields themselves that are inside the row.
If you have other text or borders and formatting that you want to hide as well you can get really close by splitting the table up and putting that row in its own section - which can be hidden using conditional formatting.
ktharsis
2010-06-03 12:16:16
A:
If you use a control such as a repeating table, you can set up conditional formatting to hide a row that matches a condition.
mcass20
2010-06-08 17:51:01