InfoPath Sections

K

kalisin

I have an infopath form with a repeating table placed in a section.
When I preview my form I get dotted lines around the section as well as
the repeating table. To hide the dotted lines emanating from the
repeating table, I have given it a border of 1pt. Is there a way I can
hide the dotted lines around the section?

Kalimukwa
 
G

Greg Collins [InfoPath MVP]

This is occuring because the commands for the repeating table are bubling up to the section. If you right-click the section, you will find the same commands in the context menu as you get when you right-click the repeating table.

You must have some kind of a section around the repeating table (or repeating section) to prevent the commands from bubbling up even further, causing other things to get the blue background and dashed lines.

Normally, if you have a node structure like:

<Root>
<Nodes>
<Node>
<Node>
<Node>
</Node>
</Root>

You would want to have a section bound to Nodes and the repeating table inside that section bound to Node. This will normally prevent the Node commands from bubbling up past Nodes to Root.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top