Skip to Content
0
Former Member
Oct 19, 2005 at 03:23 PM

FromPane & ToPane problems

80 Views

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?