Skip to Content
0
Former Member
Apr 03, 2014 at 06:20 PM

User Tab (it_Folder) issue

61 Views

Hi Experts. I am having a similar issue to this thread:

However, I am unable to resolve it. I have tried turning off autopaneselection and assigning different pane level numbers. Here is my code:

Dim oNewItem As SAPbouiCOM.Item = Nothing

oNewItem = Me.m_oForm.Items.Add(ItemMasterForm.ITEM_MAKE_MODEL_TAB_ID, SAPbouiCOM.BoFormItemTypes.it_FOLDER)

Dim oTab As SAPbouiCOM.Folder = Nothing

oTab = oNewItem.Specific

oTab.AutoPaneSelection = False

oTab.Pane = 16

oTab.Caption = "Marketing "

oTab.GroupWith(9)

(and I also set up the properties based on another tab)

I'm converting an add on from 88.1 PL 06 to 9.0 PL 08

Any ideas on what I am doing wrong?