I've added a matrix to a form and I'm now trying to limit it to show up on one of two folder panes.
With the following code, the matrix doesn't even show up.
oItem = oForm.Items.Item("Matrix1")
oItem.FromPane = 1
oItem.ToPane = 1
oMatrix = oItem.Specific
I assume I'm missing something easy. Any ideas?